7#include <aws/groundstation/GroundStation_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/core/utils/memory/stl/AWSMap.h>
11#include <aws/groundstation/model/EndpointDetails.h>
16template<
typename RESULT_TYPE>
17class AmazonWebServiceResult;
26namespace GroundStation
72 template<
typename DataflowEndpo
intGroupArnT = Aws::String>
73 void SetDataflowEndpointGroupArn(DataflowEndpointGroupArnT&& value) { m_dataflowEndpointGroupArnHasBeenSet =
true; m_dataflowEndpointGroupArn = std::forward<DataflowEndpointGroupArnT>(value); }
74 template<
typename DataflowEndpo
intGroupArnT = Aws::String>
83 template<
typename DataflowEndpo
intGroupIdT = Aws::String>
84 void SetDataflowEndpointGroupId(DataflowEndpointGroupIdT&& value) { m_dataflowEndpointGroupIdHasBeenSet =
true; m_dataflowEndpointGroupId = std::forward<DataflowEndpointGroupIdT>(value); }
85 template<
typename DataflowEndpo
intGroupIdT = Aws::String>
94 template<
typename Endpo
intsDetailsT = Aws::Vector<Endpo
intDetails>>
95 void SetEndpointsDetails(EndpointsDetailsT&& value) { m_endpointsDetailsHasBeenSet =
true; m_endpointsDetails = std::forward<EndpointsDetailsT>(value); }
96 template<
typename Endpo
intsDetailsT = Aws::Vector<Endpo
intDetails>>
98 template<
typename Endpo
intsDetailsT = Endpo
intDetails>
107 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
108 void SetTags(TagsT&& value) { m_tagsHasBeenSet =
true; m_tags = std::forward<TagsT>(value); }
109 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
111 template<
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
113 m_tagsHasBeenSet =
true; m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
return *
this;
120 template<
typename RequestIdT = Aws::String>
121 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
122 template<
typename RequestIdT = Aws::String>
127 int m_contactPostPassDurationSeconds{0};
128 bool m_contactPostPassDurationSecondsHasBeenSet =
false;
130 int m_contactPrePassDurationSeconds{0};
131 bool m_contactPrePassDurationSecondsHasBeenSet =
false;
134 bool m_dataflowEndpointGroupArnHasBeenSet =
false;
137 bool m_dataflowEndpointGroupIdHasBeenSet =
false;
140 bool m_endpointsDetailsHasBeenSet =
false;
143 bool m_tagsHasBeenSet =
false;
146 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