7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/glue/Glue_EXPORTS.h>
30 AWS_GLUE_API
Edge() =
default;
41 template <
typename SourceIdT = Aws::String>
43 m_sourceIdHasBeenSet =
true;
44 m_sourceId = std::forward<SourceIdT>(value);
46 template <
typename SourceIdT = Aws::String>
59 template <
typename DestinationIdT = Aws::String>
61 m_destinationIdHasBeenSet =
true;
62 m_destinationId = std::forward<DestinationIdT>(value);
64 template <
typename DestinationIdT = Aws::String>
74 bool m_sourceIdHasBeenSet =
false;
75 bool m_destinationIdHasBeenSet =
false;
AWS_GLUE_API Edge()=default
void SetDestinationId(DestinationIdT &&value)
const Aws::String & GetSourceId() const
bool SourceIdHasBeenSet() const
const Aws::String & GetDestinationId() const
AWS_GLUE_API Edge(Aws::Utils::Json::JsonView jsonValue)
AWS_GLUE_API Aws::Utils::Json::JsonValue Jsonize() const
bool DestinationIdHasBeenSet() const
Edge & WithDestinationId(DestinationIdT &&value)
void SetSourceId(SourceIdT &&value)
Edge & WithSourceId(SourceIdT &&value)
AWS_GLUE_API Edge & operator=(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue