7#include <aws/glue/Glue_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
49 inline void SetSourceId(
const char* value) { m_sourceIdHasBeenSet =
true; m_sourceId.assign(value); }
63 inline void SetDestinationId(
const char* value) { m_destinationIdHasBeenSet =
true; m_destinationId.assign(value); }
71 bool m_sourceIdHasBeenSet =
false;
74 bool m_destinationIdHasBeenSet =
false;
Edge & WithDestinationId(const Aws::String &value)
Edge & WithDestinationId(const char *value)
void SetDestinationId(const Aws::String &value)
const Aws::String & GetSourceId() const
void SetSourceId(const char *value)
bool SourceIdHasBeenSet() const
void SetDestinationId(Aws::String &&value)
const Aws::String & GetDestinationId() const
AWS_GLUE_API Edge(Aws::Utils::Json::JsonView jsonValue)
AWS_GLUE_API Aws::Utils::Json::JsonValue Jsonize() const
Edge & WithSourceId(Aws::String &&value)
bool DestinationIdHasBeenSet() const
void SetSourceId(Aws::String &&value)
void SetDestinationId(const char *value)
Edge & WithSourceId(const char *value)
Edge & WithSourceId(const Aws::String &value)
AWS_GLUE_API Edge & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetSourceId(const Aws::String &value)
Edge & WithDestinationId(Aws::String &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue