7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/memory/stl/AWSMap.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
11#include <aws/groundstation/GroundStation_EXPORTS.h>
12#include <aws/groundstation/model/EndpointDetails.h>
17template <
typename RESULT_TYPE>
18class AmazonWebServiceResult;
25namespace GroundStation {
44 template <
typename DataflowEndpo
intGroupIdT = Aws::String>
46 m_dataflowEndpointGroupIdHasBeenSet =
true;
47 m_dataflowEndpointGroupId = std::forward<DataflowEndpointGroupIdT>(value);
49 template <
typename DataflowEndpo
intGroupIdT = Aws::String>
61 template <
typename DataflowEndpo
intGroupArnT = Aws::String>
63 m_dataflowEndpointGroupArnHasBeenSet =
true;
64 m_dataflowEndpointGroupArn = std::forward<DataflowEndpointGroupArnT>(value);
66 template <
typename DataflowEndpo
intGroupArnT = Aws::String>
78 template <
typename Endpo
intsDetailsT = Aws::Vector<Endpo
intDetails>>
80 m_endpointsDetailsHasBeenSet =
true;
81 m_endpointsDetails = std::forward<EndpointsDetailsT>(value);
83 template <
typename Endpo
intsDetailsT = Aws::Vector<Endpo
intDetails>>
88 template <
typename Endpo
intsDetailsT = Endpo
intDetails>
90 m_endpointsDetailsHasBeenSet =
true;
91 m_endpointsDetails.emplace_back(std::forward<EndpointsDetailsT>(value));
101 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
103 m_tagsHasBeenSet =
true;
104 m_tags = std::forward<TagsT>(value);
106 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
108 SetTags(std::forward<TagsT>(value));
111 template <
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
113 m_tagsHasBeenSet =
true;
114 m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
128 m_contactPrePassDurationSecondsHasBeenSet =
true;
129 m_contactPrePassDurationSeconds = value;
146 m_contactPostPassDurationSecondsHasBeenSet =
true;
147 m_contactPostPassDurationSeconds = value;
158 template <
typename RequestIdT = Aws::String>
160 m_requestIdHasBeenSet =
true;
161 m_requestId = std::forward<RequestIdT>(value);
163 template <
typename RequestIdT = Aws::String>
180 int m_contactPrePassDurationSeconds{0};
182 int m_contactPostPassDurationSeconds{0};
186 bool m_dataflowEndpointGroupIdHasBeenSet =
false;
187 bool m_dataflowEndpointGroupArnHasBeenSet =
false;
188 bool m_endpointsDetailsHasBeenSet =
false;
189 bool m_tagsHasBeenSet =
false;
190 bool m_contactPrePassDurationSecondsHasBeenSet =
false;
191 bool m_contactPostPassDurationSecondsHasBeenSet =
false;
192 bool m_requestIdHasBeenSet =
false;
const Aws::String & GetDataflowEndpointGroupId() const
GetDataflowEndpointGroupResult & WithDataflowEndpointGroupId(DataflowEndpointGroupIdT &&value)
void SetContactPostPassDurationSeconds(int value)
const Aws::Map< Aws::String, Aws::String > & GetTags() const
GetDataflowEndpointGroupResult & WithRequestId(RequestIdT &&value)
GetDataflowEndpointGroupResult & WithDataflowEndpointGroupArn(DataflowEndpointGroupArnT &&value)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
int GetContactPrePassDurationSeconds() const
AWS_GROUNDSTATION_API GetDataflowEndpointGroupResult()=default
void SetDataflowEndpointGroupId(DataflowEndpointGroupIdT &&value)
void SetContactPrePassDurationSeconds(int value)
void SetDataflowEndpointGroupArn(DataflowEndpointGroupArnT &&value)
GetDataflowEndpointGroupResult & WithTags(TagsT &&value)
AWS_GROUNDSTATION_API GetDataflowEndpointGroupResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
GetDataflowEndpointGroupResult & WithContactPrePassDurationSeconds(int value)
GetDataflowEndpointGroupResult & AddEndpointsDetails(EndpointsDetailsT &&value)
void SetTags(TagsT &&value)
const Aws::String & GetRequestId() const
GetDataflowEndpointGroupResult & WithEndpointsDetails(EndpointsDetailsT &&value)
GetDataflowEndpointGroupResult & WithContactPostPassDurationSeconds(int value)
const Aws::String & GetDataflowEndpointGroupArn() const
void SetEndpointsDetails(EndpointsDetailsT &&value)
GetDataflowEndpointGroupResult & AddTags(TagsKeyT &&key, TagsValueT &&value)
const Aws::Vector< EndpointDetails > & GetEndpointsDetails() const
void SetRequestId(RequestIdT &&value)
AWS_GROUNDSTATION_API GetDataflowEndpointGroupResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
int GetContactPostPassDurationSeconds() const
std::map< K, V, std::less< K >, Aws::Allocator< std::pair< const K, V > > > Map
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue