7#include <aws/groundstation/GroundStation_EXPORTS.h>
8#include <aws/groundstation/GroundStationRequest.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>
12#include <aws/core/utils/memory/stl/AWSString.h>
17namespace GroundStation
81 template<
typename Endpo
intDetailsT = Aws::Vector<Endpo
intDetails>>
82 void SetEndpointDetails(EndpointDetailsT&& value) { m_endpointDetailsHasBeenSet =
true; m_endpointDetails = std::forward<EndpointDetailsT>(value); }
83 template<
typename Endpo
intDetailsT = Aws::Vector<Endpo
intDetails>>
85 template<
typename Endpo
intDetailsT = Endpo
intDetails>
95 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
96 void SetTags(TagsT&& value) { m_tagsHasBeenSet =
true; m_tags = std::forward<TagsT>(value); }
97 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
99 template<
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
101 m_tagsHasBeenSet =
true; m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
return *
this;
106 int m_contactPostPassDurationSeconds{0};
107 bool m_contactPostPassDurationSecondsHasBeenSet =
false;
109 int m_contactPrePassDurationSeconds{0};
110 bool m_contactPrePassDurationSecondsHasBeenSet =
false;
113 bool m_endpointDetailsHasBeenSet =
false;
116 bool m_tagsHasBeenSet =
false;
AWS_GROUNDSTATION_API CreateDataflowEndpointGroupRequest()=default
int GetContactPrePassDurationSeconds() const
bool EndpointDetailsHasBeenSet() const
void SetEndpointDetails(EndpointDetailsT &&value)
virtual const char * GetServiceRequestName() const override
CreateDataflowEndpointGroupRequest & WithContactPrePassDurationSeconds(int value)
bool TagsHasBeenSet() const
const Aws::Vector< EndpointDetails > & GetEndpointDetails() const
AWS_GROUNDSTATION_API Aws::String SerializePayload() const override
CreateDataflowEndpointGroupRequest & WithEndpointDetails(EndpointDetailsT &&value)
CreateDataflowEndpointGroupRequest & WithTags(TagsT &&value)
void SetTags(TagsT &&value)
CreateDataflowEndpointGroupRequest & WithContactPostPassDurationSeconds(int value)
CreateDataflowEndpointGroupRequest & AddEndpointDetails(EndpointDetailsT &&value)
void SetContactPrePassDurationSeconds(int value)
bool ContactPostPassDurationSecondsHasBeenSet() const
void SetContactPostPassDurationSeconds(int value)
const Aws::Map< Aws::String, Aws::String > & GetTags() const
CreateDataflowEndpointGroupRequest & AddTags(TagsKeyT &&key, TagsValueT &&value)
bool ContactPrePassDurationSecondsHasBeenSet() const
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