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 {
43 template <
typename DataflowEndpo
intGroupIdT = Aws::String>
45 m_dataflowEndpointGroupIdHasBeenSet =
true;
46 m_dataflowEndpointGroupId = std::forward<DataflowEndpointGroupIdT>(value);
48 template <
typename DataflowEndpo
intGroupIdT = Aws::String>
60 template <
typename DataflowEndpo
intGroupArnT = Aws::String>
62 m_dataflowEndpointGroupArnHasBeenSet =
true;
63 m_dataflowEndpointGroupArn = std::forward<DataflowEndpointGroupArnT>(value);
65 template <
typename DataflowEndpo
intGroupArnT = Aws::String>
77 template <
typename Endpo
intsDetailsT = Aws::Vector<Endpo
intDetails>>
79 m_endpointsDetailsHasBeenSet =
true;
80 m_endpointsDetails = std::forward<EndpointsDetailsT>(value);
82 template <
typename Endpo
intsDetailsT = Aws::Vector<Endpo
intDetails>>
87 template <
typename Endpo
intsDetailsT = Endpo
intDetails>
89 m_endpointsDetailsHasBeenSet =
true;
90 m_endpointsDetails.emplace_back(std::forward<EndpointsDetailsT>(value));
100 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
102 m_tagsHasBeenSet =
true;
103 m_tags = std::forward<TagsT>(value);
105 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
107 SetTags(std::forward<TagsT>(value));
110 template <
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
112 m_tagsHasBeenSet =
true;
113 m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
127 m_contactPrePassDurationSecondsHasBeenSet =
true;
128 m_contactPrePassDurationSeconds = value;
145 m_contactPostPassDurationSecondsHasBeenSet =
true;
146 m_contactPostPassDurationSeconds = value;
157 template <
typename RequestIdT = Aws::String>
159 m_requestIdHasBeenSet =
true;
160 m_requestId = std::forward<RequestIdT>(value);
162 template <
typename RequestIdT = Aws::String>
179 int m_contactPrePassDurationSeconds{0};
181 int m_contactPostPassDurationSeconds{0};
185 bool m_dataflowEndpointGroupIdHasBeenSet =
false;
186 bool m_dataflowEndpointGroupArnHasBeenSet =
false;
187 bool m_endpointsDetailsHasBeenSet =
false;
188 bool m_tagsHasBeenSet =
false;
189 bool m_contactPrePassDurationSecondsHasBeenSet =
false;
190 bool m_contactPostPassDurationSecondsHasBeenSet =
false;
191 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