7#include <aws/sagemaker/SageMaker_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/sagemaker/model/AssociationEdgeType.h>
50 inline void SetSourceArn(
const char* value) { m_sourceArnHasBeenSet =
true; m_sourceArn.assign(value); }
65 inline void SetDestinationArn(
const char* value) { m_destinationArnHasBeenSet =
true; m_destinationArn.assign(value); }
87 bool m_sourceArnHasBeenSet =
false;
90 bool m_destinationArnHasBeenSet =
false;
93 bool m_associationTypeHasBeenSet =
false;
void SetDestinationArn(const Aws::String &value)
void SetAssociationType(AssociationEdgeType &&value)
void SetSourceArn(const Aws::String &value)
bool SourceArnHasBeenSet() const
void SetSourceArn(Aws::String &&value)
Edge & WithAssociationType(AssociationEdgeType &&value)
Edge & WithSourceArn(Aws::String &&value)
AWS_SAGEMAKER_API Edge & operator=(Aws::Utils::Json::JsonView jsonValue)
const AssociationEdgeType & GetAssociationType() const
Edge & WithDestinationArn(const char *value)
void SetDestinationArn(const char *value)
void SetDestinationArn(Aws::String &&value)
Edge & WithSourceArn(const Aws::String &value)
bool AssociationTypeHasBeenSet() const
Edge & WithDestinationArn(Aws::String &&value)
AWS_SAGEMAKER_API Edge(Aws::Utils::Json::JsonView jsonValue)
AWS_SAGEMAKER_API Aws::Utils::Json::JsonValue Jsonize() const
Edge & WithDestinationArn(const Aws::String &value)
const Aws::String & GetSourceArn() const
const Aws::String & GetDestinationArn() const
Edge & WithAssociationType(const AssociationEdgeType &value)
Edge & WithSourceArn(const char *value)
void SetAssociationType(const AssociationEdgeType &value)
void SetSourceArn(const char *value)
bool DestinationArnHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue