7#include <aws/sagemaker/SageMaker_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/sagemaker/model/AssociationEdgeType.h>
10#include <aws/core/utils/DateTime.h>
11#include <aws/sagemaker/model/UserContext.h>
51 template<
typename SourceArnT = Aws::String>
52 void SetSourceArn(SourceArnT&& value) { m_sourceArnHasBeenSet =
true; m_sourceArn = std::forward<SourceArnT>(value); }
53 template<
typename SourceArnT = Aws::String>
63 template<
typename DestinationArnT = Aws::String>
64 void SetDestinationArn(DestinationArnT&& value) { m_destinationArnHasBeenSet =
true; m_destinationArn = std::forward<DestinationArnT>(value); }
65 template<
typename DestinationArnT = Aws::String>
75 template<
typename SourceTypeT = Aws::String>
76 void SetSourceType(SourceTypeT&& value) { m_sourceTypeHasBeenSet =
true; m_sourceType = std::forward<SourceTypeT>(value); }
77 template<
typename SourceTypeT = Aws::String>
87 template<
typename DestinationTypeT = Aws::String>
88 void SetDestinationType(DestinationTypeT&& value) { m_destinationTypeHasBeenSet =
true; m_destinationType = std::forward<DestinationTypeT>(value); }
89 template<
typename DestinationTypeT = Aws::String>
109 template<
typename SourceNameT = Aws::String>
110 void SetSourceName(SourceNameT&& value) { m_sourceNameHasBeenSet =
true; m_sourceName = std::forward<SourceNameT>(value); }
111 template<
typename SourceNameT = Aws::String>
121 template<
typename DestinationNameT = Aws::String>
122 void SetDestinationName(DestinationNameT&& value) { m_destinationNameHasBeenSet =
true; m_destinationName = std::forward<DestinationNameT>(value); }
123 template<
typename DestinationNameT = Aws::String>
133 template<
typename CreationTimeT = Aws::Utils::DateTime>
134 void SetCreationTime(CreationTimeT&& value) { m_creationTimeHasBeenSet =
true; m_creationTime = std::forward<CreationTimeT>(value); }
135 template<
typename CreationTimeT = Aws::Utils::DateTime>
143 template<
typename CreatedByT = UserContext>
144 void SetCreatedBy(CreatedByT&& value) { m_createdByHasBeenSet =
true; m_createdBy = std::forward<CreatedByT>(value); }
145 template<
typename CreatedByT = UserContext>
151 bool m_sourceArnHasBeenSet =
false;
154 bool m_destinationArnHasBeenSet =
false;
157 bool m_sourceTypeHasBeenSet =
false;
160 bool m_destinationTypeHasBeenSet =
false;
163 bool m_associationTypeHasBeenSet =
false;
166 bool m_sourceNameHasBeenSet =
false;
169 bool m_destinationNameHasBeenSet =
false;
172 bool m_creationTimeHasBeenSet =
false;
174 UserContext m_createdBy;
175 bool m_createdByHasBeenSet =
false;
AWS_SAGEMAKER_API AssociationSummary(Aws::Utils::Json::JsonView jsonValue)
AssociationSummary & WithSourceType(SourceTypeT &&value)
bool SourceNameHasBeenSet() const
AssociationSummary & WithSourceArn(SourceArnT &&value)
bool SourceArnHasBeenSet() const
AWS_SAGEMAKER_API AssociationSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
AssociationSummary & WithCreationTime(CreationTimeT &&value)
const Aws::String & GetDestinationArn() const
AssociationSummary & WithSourceName(SourceNameT &&value)
const Aws::String & GetDestinationName() const
AssociationSummary & WithDestinationName(DestinationNameT &&value)
bool CreationTimeHasBeenSet() const
bool DestinationTypeHasBeenSet() const
void SetDestinationName(DestinationNameT &&value)
bool CreatedByHasBeenSet() const
void SetSourceType(SourceTypeT &&value)
AssociationEdgeType GetAssociationType() const
void SetSourceArn(SourceArnT &&value)
AssociationSummary & WithCreatedBy(CreatedByT &&value)
const Aws::String & GetSourceArn() const
const Aws::Utils::DateTime & GetCreationTime() const
void SetCreationTime(CreationTimeT &&value)
AWS_SAGEMAKER_API AssociationSummary()=default
const Aws::String & GetSourceType() const
void SetDestinationType(DestinationTypeT &&value)
AssociationSummary & WithDestinationArn(DestinationArnT &&value)
const Aws::String & GetDestinationType() const
bool DestinationArnHasBeenSet() const
AssociationSummary & WithAssociationType(AssociationEdgeType value)
AWS_SAGEMAKER_API Aws::Utils::Json::JsonValue Jsonize() const
bool AssociationTypeHasBeenSet() const
bool SourceTypeHasBeenSet() const
const UserContext & GetCreatedBy() const
void SetDestinationArn(DestinationArnT &&value)
bool DestinationNameHasBeenSet() const
void SetAssociationType(AssociationEdgeType value)
const Aws::String & GetSourceName() const
void SetSourceName(SourceNameT &&value)
AssociationSummary & WithDestinationType(DestinationTypeT &&value)
void SetCreatedBy(CreatedByT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue