7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/sagemaker/SageMakerRequest.h>
9#include <aws/sagemaker/SageMaker_EXPORTS.h>
10#include <aws/sagemaker/model/AssociationEdgeType.h>
40 template <
typename SourceArnT = Aws::String>
42 m_sourceArnHasBeenSet =
true;
43 m_sourceArn = std::forward<SourceArnT>(value);
45 template <
typename SourceArnT = Aws::String>
58 template <
typename DestinationArnT = Aws::String>
60 m_destinationArnHasBeenSet =
true;
61 m_destinationArn = std::forward<DestinationArnT>(value);
63 template <
typename DestinationArnT = Aws::String>
87 m_associationTypeHasBeenSet =
true;
88 m_associationType = value;
101 bool m_sourceArnHasBeenSet =
false;
102 bool m_destinationArnHasBeenSet =
false;
103 bool m_associationTypeHasBeenSet =
false;
AWS_SAGEMAKER_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
AssociationEdgeType GetAssociationType() const
virtual const char * GetServiceRequestName() const override
void SetAssociationType(AssociationEdgeType value)
AddAssociationRequest & WithDestinationArn(DestinationArnT &&value)
bool DestinationArnHasBeenSet() const
AWS_SAGEMAKER_API Aws::String SerializePayload() const override
AWS_SAGEMAKER_API AddAssociationRequest()=default
void SetSourceArn(SourceArnT &&value)
const Aws::String & GetSourceArn() const
AddAssociationRequest & WithSourceArn(SourceArnT &&value)
const Aws::String & GetDestinationArn() const
bool SourceArnHasBeenSet() const
void SetDestinationArn(DestinationArnT &&value)
AddAssociationRequest & WithAssociationType(AssociationEdgeType value)
bool AssociationTypeHasBeenSet() const
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String