AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
EndpointDetails.h
1
6#pragma once
7#include <aws/groundstation/GroundStation_EXPORTS.h>
8#include <aws/groundstation/model/AwsGroundStationAgentEndpoint.h>
9#include <aws/groundstation/model/DataflowEndpoint.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
11#include <aws/groundstation/model/CapabilityHealth.h>
12#include <aws/groundstation/model/SecurityDetails.h>
13#include <aws/groundstation/model/CapabilityHealthReason.h>
14#include <utility>
15
16namespace Aws
17{
18namespace Utils
19{
20namespace Json
21{
22 class JsonValue;
23 class JsonView;
24} // namespace Json
25} // namespace Utils
26namespace GroundStation
27{
28namespace Model
29{
30
37 {
38 public:
39 AWS_GROUNDSTATION_API EndpointDetails();
40 AWS_GROUNDSTATION_API EndpointDetails(Aws::Utils::Json::JsonView jsonValue);
41 AWS_GROUNDSTATION_API EndpointDetails& operator=(Aws::Utils::Json::JsonView jsonValue);
42 AWS_GROUNDSTATION_API Aws::Utils::Json::JsonValue Jsonize() const;
43
44
46
49 inline const AwsGroundStationAgentEndpoint& GetAwsGroundStationAgentEndpoint() const{ return m_awsGroundStationAgentEndpoint; }
50 inline bool AwsGroundStationAgentEndpointHasBeenSet() const { return m_awsGroundStationAgentEndpointHasBeenSet; }
51 inline void SetAwsGroundStationAgentEndpoint(const AwsGroundStationAgentEndpoint& value) { m_awsGroundStationAgentEndpointHasBeenSet = true; m_awsGroundStationAgentEndpoint = value; }
52 inline void SetAwsGroundStationAgentEndpoint(AwsGroundStationAgentEndpoint&& value) { m_awsGroundStationAgentEndpointHasBeenSet = true; m_awsGroundStationAgentEndpoint = std::move(value); }
56
58
61 inline const DataflowEndpoint& GetEndpoint() const{ return m_endpoint; }
62 inline bool EndpointHasBeenSet() const { return m_endpointHasBeenSet; }
63 inline void SetEndpoint(const DataflowEndpoint& value) { m_endpointHasBeenSet = true; m_endpoint = value; }
64 inline void SetEndpoint(DataflowEndpoint&& value) { m_endpointHasBeenSet = true; m_endpoint = std::move(value); }
65 inline EndpointDetails& WithEndpoint(const DataflowEndpoint& value) { SetEndpoint(value); return *this;}
66 inline EndpointDetails& WithEndpoint(DataflowEndpoint&& value) { SetEndpoint(std::move(value)); return *this;}
68
70
74 inline const Aws::Vector<CapabilityHealthReason>& GetHealthReasons() const{ return m_healthReasons; }
75 inline bool HealthReasonsHasBeenSet() const { return m_healthReasonsHasBeenSet; }
76 inline void SetHealthReasons(const Aws::Vector<CapabilityHealthReason>& value) { m_healthReasonsHasBeenSet = true; m_healthReasons = value; }
77 inline void SetHealthReasons(Aws::Vector<CapabilityHealthReason>&& value) { m_healthReasonsHasBeenSet = true; m_healthReasons = std::move(value); }
80 inline EndpointDetails& AddHealthReasons(const CapabilityHealthReason& value) { m_healthReasonsHasBeenSet = true; m_healthReasons.push_back(value); return *this; }
81 inline EndpointDetails& AddHealthReasons(CapabilityHealthReason&& value) { m_healthReasonsHasBeenSet = true; m_healthReasons.push_back(std::move(value)); return *this; }
83
85
89 inline const CapabilityHealth& GetHealthStatus() const{ return m_healthStatus; }
90 inline bool HealthStatusHasBeenSet() const { return m_healthStatusHasBeenSet; }
91 inline void SetHealthStatus(const CapabilityHealth& value) { m_healthStatusHasBeenSet = true; m_healthStatus = value; }
92 inline void SetHealthStatus(CapabilityHealth&& value) { m_healthStatusHasBeenSet = true; m_healthStatus = std::move(value); }
93 inline EndpointDetails& WithHealthStatus(const CapabilityHealth& value) { SetHealthStatus(value); return *this;}
94 inline EndpointDetails& WithHealthStatus(CapabilityHealth&& value) { SetHealthStatus(std::move(value)); return *this;}
96
98
102 inline const SecurityDetails& GetSecurityDetails() const{ return m_securityDetails; }
103 inline bool SecurityDetailsHasBeenSet() const { return m_securityDetailsHasBeenSet; }
104 inline void SetSecurityDetails(const SecurityDetails& value) { m_securityDetailsHasBeenSet = true; m_securityDetails = value; }
105 inline void SetSecurityDetails(SecurityDetails&& value) { m_securityDetailsHasBeenSet = true; m_securityDetails = std::move(value); }
106 inline EndpointDetails& WithSecurityDetails(const SecurityDetails& value) { SetSecurityDetails(value); return *this;}
107 inline EndpointDetails& WithSecurityDetails(SecurityDetails&& value) { SetSecurityDetails(std::move(value)); return *this;}
109 private:
110
111 AwsGroundStationAgentEndpoint m_awsGroundStationAgentEndpoint;
112 bool m_awsGroundStationAgentEndpointHasBeenSet = false;
113
114 DataflowEndpoint m_endpoint;
115 bool m_endpointHasBeenSet = false;
116
118 bool m_healthReasonsHasBeenSet = false;
119
120 CapabilityHealth m_healthStatus;
121 bool m_healthStatusHasBeenSet = false;
122
123 SecurityDetails m_securityDetails;
124 bool m_securityDetailsHasBeenSet = false;
125 };
126
127} // namespace Model
128} // namespace GroundStation
129} // namespace Aws
void SetAwsGroundStationAgentEndpoint(AwsGroundStationAgentEndpoint &&value)
void SetHealthReasons(Aws::Vector< CapabilityHealthReason > &&value)
void SetEndpoint(DataflowEndpoint &&value)
AWS_GROUNDSTATION_API Aws::Utils::Json::JsonValue Jsonize() const
EndpointDetails & WithEndpoint(DataflowEndpoint &&value)
const DataflowEndpoint & GetEndpoint() const
void SetSecurityDetails(const SecurityDetails &value)
const CapabilityHealth & GetHealthStatus() const
EndpointDetails & WithHealthReasons(const Aws::Vector< CapabilityHealthReason > &value)
void SetSecurityDetails(SecurityDetails &&value)
AWS_GROUNDSTATION_API EndpointDetails & operator=(Aws::Utils::Json::JsonView jsonValue)
EndpointDetails & AddHealthReasons(const CapabilityHealthReason &value)
const Aws::Vector< CapabilityHealthReason > & GetHealthReasons() const
EndpointDetails & WithSecurityDetails(const SecurityDetails &value)
EndpointDetails & WithHealthStatus(CapabilityHealth &&value)
EndpointDetails & WithEndpoint(const DataflowEndpoint &value)
EndpointDetails & WithAwsGroundStationAgentEndpoint(const AwsGroundStationAgentEndpoint &value)
AWS_GROUNDSTATION_API EndpointDetails(Aws::Utils::Json::JsonView jsonValue)
const SecurityDetails & GetSecurityDetails() const
EndpointDetails & WithHealthStatus(const CapabilityHealth &value)
const AwsGroundStationAgentEndpoint & GetAwsGroundStationAgentEndpoint() const
EndpointDetails & AddHealthReasons(CapabilityHealthReason &&value)
void SetHealthStatus(CapabilityHealth &&value)
EndpointDetails & WithSecurityDetails(SecurityDetails &&value)
void SetHealthReasons(const Aws::Vector< CapabilityHealthReason > &value)
void SetHealthStatus(const CapabilityHealth &value)
void SetAwsGroundStationAgentEndpoint(const AwsGroundStationAgentEndpoint &value)
EndpointDetails & WithAwsGroundStationAgentEndpoint(AwsGroundStationAgentEndpoint &&value)
EndpointDetails & WithHealthReasons(Aws::Vector< CapabilityHealthReason > &&value)
void SetEndpoint(const DataflowEndpoint &value)
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue