7#include <aws/glue/Glue_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
35 AWS_GLUE_API
Edge() =
default;
47 template<
typename SourceIdT = Aws::String>
48 void SetSourceId(SourceIdT&& value) { m_sourceIdHasBeenSet =
true; m_sourceId = std::forward<SourceIdT>(value); }
49 template<
typename SourceIdT = Aws::String>
59 template<
typename DestinationIdT = Aws::String>
60 void SetDestinationId(DestinationIdT&& value) { m_destinationIdHasBeenSet =
true; m_destinationId = std::forward<DestinationIdT>(value); }
61 template<
typename DestinationIdT = Aws::String>
67 bool m_sourceIdHasBeenSet =
false;
70 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