7#include <aws/groundstation/GroundStation_EXPORTS.h>
8#include <aws/groundstation/model/AgentStatus.h>
9#include <aws/groundstation/model/AuditResults.h>
10#include <aws/groundstation/model/ConnectionDetails.h>
11#include <aws/groundstation/model/RangedConnectionDetails.h>
12#include <aws/core/utils/memory/stl/AWSString.h>
25namespace GroundStation
71 template<
typename EgressAddressT = ConnectionDetails>
72 void SetEgressAddress(EgressAddressT&& value) { m_egressAddressHasBeenSet =
true; m_egressAddress = std::forward<EgressAddressT>(value); }
73 template<
typename EgressAddressT = ConnectionDetails>
83 template<
typename IngressAddressT = RangedConnectionDetails>
84 void SetIngressAddress(IngressAddressT&& value) { m_ingressAddressHasBeenSet =
true; m_ingressAddress = std::forward<IngressAddressT>(value); }
85 template<
typename IngressAddressT = RangedConnectionDetails>
96 template<
typename NameT = Aws::String>
97 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
98 template<
typename NameT = Aws::String>
104 bool m_agentStatusHasBeenSet =
false;
107 bool m_auditResultsHasBeenSet =
false;
109 ConnectionDetails m_egressAddress;
110 bool m_egressAddressHasBeenSet =
false;
112 RangedConnectionDetails m_ingressAddress;
113 bool m_ingressAddressHasBeenSet =
false;
116 bool m_nameHasBeenSet =
false;
AwsGroundStationAgentEndpoint & WithAuditResults(AuditResults value)
AWS_GROUNDSTATION_API AwsGroundStationAgentEndpoint(Aws::Utils::Json::JsonView jsonValue)
const ConnectionDetails & GetEgressAddress() const
void SetName(NameT &&value)
AwsGroundStationAgentEndpoint & WithName(NameT &&value)
const RangedConnectionDetails & GetIngressAddress() const
void SetIngressAddress(IngressAddressT &&value)
void SetEgressAddress(EgressAddressT &&value)
AwsGroundStationAgentEndpoint & WithEgressAddress(EgressAddressT &&value)
bool AgentStatusHasBeenSet() const
bool NameHasBeenSet() const
void SetAgentStatus(AgentStatus value)
AgentStatus GetAgentStatus() const
AWS_GROUNDSTATION_API AwsGroundStationAgentEndpoint & operator=(Aws::Utils::Json::JsonView jsonValue)
bool IngressAddressHasBeenSet() const
AuditResults GetAuditResults() const
void SetAuditResults(AuditResults value)
const Aws::String & GetName() const
AWS_GROUNDSTATION_API Aws::Utils::Json::JsonValue Jsonize() const
AwsGroundStationAgentEndpoint & WithAgentStatus(AgentStatus value)
AWS_GROUNDSTATION_API AwsGroundStationAgentEndpoint()=default
bool EgressAddressHasBeenSet() const
bool AuditResultsHasBeenSet() const
AwsGroundStationAgentEndpoint & WithIngressAddress(IngressAddressT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue