7#include <aws/datazone/DataZone_EXPORTS.h>
8#include <aws/datazone/model/AwsLocation.h>
9#include <aws/datazone/model/GlueConnection.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
11#include <aws/datazone/model/Protocol.h>
49 template<
typename AwsLocationT = AwsLocation>
50 void SetAwsLocation(AwsLocationT&& value) { m_awsLocationHasBeenSet =
true; m_awsLocation = std::forward<AwsLocationT>(value); }
51 template<
typename AwsLocationT = AwsLocation>
61 template<
typename GlueConnectionT = GlueConnection>
62 void SetGlueConnection(GlueConnectionT&& value) { m_glueConnectionHasBeenSet =
true; m_glueConnection = std::forward<GlueConnectionT>(value); }
63 template<
typename GlueConnectionT = GlueConnection>
73 template<
typename GlueConnectionNameT = Aws::String>
74 void SetGlueConnectionName(GlueConnectionNameT&& value) { m_glueConnectionNameHasBeenSet =
true; m_glueConnectionName = std::forward<GlueConnectionNameT>(value); }
75 template<
typename GlueConnectionNameT = Aws::String>
85 template<
typename HostT = Aws::String>
86 void SetHost(HostT&& value) { m_hostHasBeenSet =
true; m_host = std::forward<HostT>(value); }
87 template<
typename HostT = Aws::String>
95 inline int GetPort()
const {
return m_port; }
97 inline void SetPort(
int value) { m_portHasBeenSet =
true; m_port = value; }
117 template<
typename StageT = Aws::String>
118 void SetStage(StageT&& value) { m_stageHasBeenSet =
true; m_stage = std::forward<StageT>(value); }
119 template<
typename StageT = Aws::String>
125 bool m_awsLocationHasBeenSet =
false;
128 bool m_glueConnectionHasBeenSet =
false;
131 bool m_glueConnectionNameHasBeenSet =
false;
134 bool m_hostHasBeenSet =
false;
137 bool m_portHasBeenSet =
false;
140 bool m_protocolHasBeenSet =
false;
143 bool m_stageHasBeenSet =
false;
AWS_DATAZONE_API Aws::Utils::Json::JsonValue Jsonize() const
bool HostHasBeenSet() const
PhysicalEndpoint & WithGlueConnection(GlueConnectionT &&value)
void SetGlueConnection(GlueConnectionT &&value)
PhysicalEndpoint & WithPort(int value)
PhysicalEndpoint & WithHost(HostT &&value)
PhysicalEndpoint & WithStage(StageT &&value)
void SetAwsLocation(AwsLocationT &&value)
AWS_DATAZONE_API PhysicalEndpoint & operator=(Aws::Utils::Json::JsonView jsonValue)
bool ProtocolHasBeenSet() const
bool StageHasBeenSet() const
void SetProtocol(Protocol value)
PhysicalEndpoint & WithGlueConnectionName(GlueConnectionNameT &&value)
bool GlueConnectionHasBeenSet() const
bool AwsLocationHasBeenSet() const
AWS_DATAZONE_API PhysicalEndpoint(Aws::Utils::Json::JsonView jsonValue)
PhysicalEndpoint & WithAwsLocation(AwsLocationT &&value)
bool PortHasBeenSet() const
const Aws::String & GetGlueConnectionName() const
const Aws::String & GetHost() const
void SetGlueConnectionName(GlueConnectionNameT &&value)
PhysicalEndpoint & WithProtocol(Protocol value)
void SetStage(StageT &&value)
const Aws::String & GetStage() const
const GlueConnection & GetGlueConnection() const
const AwsLocation & GetAwsLocation() const
AWS_DATAZONE_API PhysicalEndpoint()=default
Protocol GetProtocol() const
bool GlueConnectionNameHasBeenSet() const
void SetHost(HostT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue