7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/groundstation/GroundStation_EXPORTS.h>
9#include <aws/groundstation/model/AgentStatus.h>
10#include <aws/groundstation/model/AuditResults.h>
11#include <aws/groundstation/model/ConnectionDetails.h>
12#include <aws/groundstation/model/RangedConnectionDetails.h>
23namespace GroundStation {
46 template <
typename NameT = Aws::String>
48 m_nameHasBeenSet =
true;
49 m_name = std::forward<NameT>(value);
51 template <
typename NameT = Aws::String>
53 SetName(std::forward<NameT>(value));
64 template <
typename EgressAddressT = ConnectionDetails>
66 m_egressAddressHasBeenSet =
true;
67 m_egressAddress = std::forward<EgressAddressT>(value);
69 template <
typename EgressAddressT = ConnectionDetails>
82 template <
typename IngressAddressT = RangedConnectionDetails>
84 m_ingressAddressHasBeenSet =
true;
85 m_ingressAddress = std::forward<IngressAddressT>(value);
87 template <
typename IngressAddressT = RangedConnectionDetails>
101 m_agentStatusHasBeenSet =
true;
102 m_agentStatus = value;
117 m_auditResultsHasBeenSet =
true;
118 m_auditResults = value;
127 bool m_nameHasBeenSet =
false;
130 bool m_egressAddressHasBeenSet =
false;
133 bool m_ingressAddressHasBeenSet =
false;
136 bool m_agentStatusHasBeenSet =
false;
139 bool m_auditResultsHasBeenSet =
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