7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/ram/RAM_EXPORTS.h>
44 template <
typename ResourceShareArnT = Aws::String>
46 m_resourceShareArnHasBeenSet =
true;
47 m_resourceShareArn = std::forward<ResourceShareArnT>(value);
49 template <
typename ResourceShareArnT = Aws::String>
63 template <
typename SourceIdT = Aws::String>
65 m_sourceIdHasBeenSet =
true;
66 m_sourceId = std::forward<SourceIdT>(value);
68 template <
typename SourceIdT = Aws::String>
81 template <
typename SourceTypeT = Aws::String>
83 m_sourceTypeHasBeenSet =
true;
84 m_sourceType = std::forward<SourceTypeT>(value);
86 template <
typename SourceTypeT = Aws::String>
99 template <
typename StatusT = Aws::String>
101 m_statusHasBeenSet =
true;
102 m_status = std::forward<StatusT>(value);
104 template <
typename StatusT = Aws::String>
117 template <
typename LastUpdatedTimeT = Aws::Utils::DateTime>
119 m_lastUpdatedTimeHasBeenSet =
true;
120 m_lastUpdatedTime = std::forward<LastUpdatedTimeT>(value);
122 template <
typename LastUpdatedTimeT = Aws::Utils::DateTime>
135 template <
typename CreationTimeT = Aws::Utils::DateTime>
137 m_creationTimeHasBeenSet =
true;
138 m_creationTime = std::forward<CreationTimeT>(value);
140 template <
typename CreationTimeT = Aws::Utils::DateTime>
153 template <
typename StatusMessageT = Aws::String>
155 m_statusMessageHasBeenSet =
true;
156 m_statusMessage = std::forward<StatusMessageT>(value);
158 template <
typename StatusMessageT = Aws::String>
178 bool m_resourceShareArnHasBeenSet =
false;
179 bool m_sourceIdHasBeenSet =
false;
180 bool m_sourceTypeHasBeenSet =
false;
181 bool m_statusHasBeenSet =
false;
182 bool m_lastUpdatedTimeHasBeenSet =
false;
183 bool m_creationTimeHasBeenSet =
false;
184 bool m_statusMessageHasBeenSet =
false;
void SetLastUpdatedTime(LastUpdatedTimeT &&value)
const Aws::String & GetSourceType() const
void SetResourceShareArn(ResourceShareArnT &&value)
AssociatedSource & WithResourceShareArn(ResourceShareArnT &&value)
void SetCreationTime(CreationTimeT &&value)
bool StatusMessageHasBeenSet() const
AssociatedSource & WithLastUpdatedTime(LastUpdatedTimeT &&value)
AWS_RAM_API AssociatedSource & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetStatusMessage() const
bool SourceTypeHasBeenSet() const
bool LastUpdatedTimeHasBeenSet() const
bool ResourceShareArnHasBeenSet() const
void SetSourceId(SourceIdT &&value)
AssociatedSource & WithStatusMessage(StatusMessageT &&value)
void SetStatus(StatusT &&value)
const Aws::String & GetStatus() const
AWS_RAM_API AssociatedSource(Aws::Utils::Json::JsonView jsonValue)
bool SourceIdHasBeenSet() const
AssociatedSource & WithSourceId(SourceIdT &&value)
AssociatedSource & WithCreationTime(CreationTimeT &&value)
const Aws::String & GetResourceShareArn() const
AssociatedSource & WithSourceType(SourceTypeT &&value)
void SetStatusMessage(StatusMessageT &&value)
AWS_RAM_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::Utils::DateTime & GetCreationTime() const
const Aws::Utils::DateTime & GetLastUpdatedTime() const
AssociatedSource & WithStatus(StatusT &&value)
bool StatusHasBeenSet() const
const Aws::String & GetSourceId() const
void SetSourceType(SourceTypeT &&value)
AWS_RAM_API AssociatedSource()=default
bool CreationTimeHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue