7#include <aws/core/utils/memory/stl/AWSMap.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/groundstation/GroundStation_EXPORTS.h>
11#include <aws/groundstation/model/EndpointDetails.h>
16template <
typename RESULT_TYPE>
17class AmazonWebServiceResult;
24namespace GroundStation {
42 template <
typename DataflowEndpo
intGroupIdT = Aws::String>
44 m_dataflowEndpointGroupIdHasBeenSet =
true;
45 m_dataflowEndpointGroupId = std::forward<DataflowEndpointGroupIdT>(value);
47 template <
typename DataflowEndpo
intGroupIdT = Aws::String>
59 template <
typename DataflowEndpo
intGroupArnT = Aws::String>
61 m_dataflowEndpointGroupArnHasBeenSet =
true;
62 m_dataflowEndpointGroupArn = std::forward<DataflowEndpointGroupArnT>(value);
64 template <
typename DataflowEndpo
intGroupArnT = Aws::String>
76 template <
typename Endpo
intsDetailsT = Aws::Vector<Endpo
intDetails>>
78 m_endpointsDetailsHasBeenSet =
true;
79 m_endpointsDetails = std::forward<EndpointsDetailsT>(value);
81 template <
typename Endpo
intsDetailsT = Aws::Vector<Endpo
intDetails>>
86 template <
typename Endpo
intsDetailsT = Endpo
intDetails>
88 m_endpointsDetailsHasBeenSet =
true;
89 m_endpointsDetails.emplace_back(std::forward<EndpointsDetailsT>(value));
99 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
101 m_tagsHasBeenSet =
true;
102 m_tags = std::forward<TagsT>(value);
104 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
106 SetTags(std::forward<TagsT>(value));
109 template <
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
111 m_tagsHasBeenSet =
true;
112 m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
126 m_contactPrePassDurationSecondsHasBeenSet =
true;
127 m_contactPrePassDurationSeconds = value;
144 m_contactPostPassDurationSecondsHasBeenSet =
true;
145 m_contactPostPassDurationSeconds = value;
156 template <
typename RequestIdT = Aws::String>
158 m_requestIdHasBeenSet =
true;
159 m_requestId = std::forward<RequestIdT>(value);
161 template <
typename RequestIdT = Aws::String>
176 int m_contactPrePassDurationSeconds{0};
178 int m_contactPostPassDurationSeconds{0};
181 bool m_dataflowEndpointGroupIdHasBeenSet =
false;
182 bool m_dataflowEndpointGroupArnHasBeenSet =
false;
183 bool m_endpointsDetailsHasBeenSet =
false;
184 bool m_tagsHasBeenSet =
false;
185 bool m_contactPrePassDurationSecondsHasBeenSet =
false;
186 bool m_contactPostPassDurationSecondsHasBeenSet =
false;
187 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)
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