7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/sagemaker/SageMaker_EXPORTS.h>
9#include <aws/sagemaker/model/AssociationEdgeType.h>
30 AWS_SAGEMAKER_API
Edge() =
default;
42 template <
typename SourceArnT = Aws::String>
44 m_sourceArnHasBeenSet =
true;
45 m_sourceArn = std::forward<SourceArnT>(value);
47 template <
typename SourceArnT = Aws::String>
61 template <
typename DestinationArnT = Aws::String>
63 m_destinationArnHasBeenSet =
true;
64 m_destinationArn = std::forward<DestinationArnT>(value);
66 template <
typename DestinationArnT = Aws::String>
82 m_associationTypeHasBeenSet =
true;
83 m_associationType = value;
96 bool m_sourceArnHasBeenSet =
false;
97 bool m_destinationArnHasBeenSet =
false;
98 bool m_associationTypeHasBeenSet =
false;
bool SourceArnHasBeenSet() const
AWS_SAGEMAKER_API Edge & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_SAGEMAKER_API Edge()=default
void SetDestinationArn(DestinationArnT &&value)
Edge & WithDestinationArn(DestinationArnT &&value)
bool AssociationTypeHasBeenSet() const
AssociationEdgeType GetAssociationType() const
AWS_SAGEMAKER_API Edge(Aws::Utils::Json::JsonView jsonValue)
AWS_SAGEMAKER_API Aws::Utils::Json::JsonValue Jsonize() const
Edge & WithAssociationType(AssociationEdgeType value)
const Aws::String & GetSourceArn() const
const Aws::String & GetDestinationArn() const
void SetSourceArn(SourceArnT &&value)
void SetAssociationType(AssociationEdgeType value)
bool DestinationArnHasBeenSet() const
Edge & WithSourceArn(SourceArnT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue