7#include <aws/iotsecuretunneling/IoTSecureTunneling_EXPORTS.h>
8#include <aws/iotsecuretunneling/IoTSecureTunnelingRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
11#include <aws/iotsecuretunneling/model/DestinationConfig.h>
12#include <aws/iotsecuretunneling/model/TimeoutConfig.h>
13#include <aws/iotsecuretunneling/model/Tag.h>
18namespace IoTSecureTunneling
47 template<
typename DescriptionT = Aws::String>
48 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
49 template<
typename DescriptionT = Aws::String>
59 template<
typename TagsT = Aws::Vector<Tag>>
60 void SetTags(TagsT&& value) { m_tagsHasBeenSet =
true; m_tags = std::forward<TagsT>(value); }
61 template<
typename TagsT = Aws::Vector<Tag>>
63 template<
typename TagsT = Tag>
64 OpenTunnelRequest&
AddTags(TagsT&& value) { m_tagsHasBeenSet =
true; m_tags.emplace_back(std::forward<TagsT>(value));
return *
this; }
73 template<
typename DestinationConfigT = DestinationConfig>
74 void SetDestinationConfig(DestinationConfigT&& value) { m_destinationConfigHasBeenSet =
true; m_destinationConfig = std::forward<DestinationConfigT>(value); }
75 template<
typename DestinationConfigT = DestinationConfig>
85 template<
typename TimeoutConfigT = TimeoutConfig>
86 void SetTimeoutConfig(TimeoutConfigT&& value) { m_timeoutConfigHasBeenSet =
true; m_timeoutConfig = std::forward<TimeoutConfigT>(value); }
87 template<
typename TimeoutConfigT = TimeoutConfig>
93 bool m_descriptionHasBeenSet =
false;
96 bool m_tagsHasBeenSet =
false;
99 bool m_destinationConfigHasBeenSet =
false;
102 bool m_timeoutConfigHasBeenSet =
false;
const Aws::String & GetDescription() const
void SetTimeoutConfig(TimeoutConfigT &&value)
const DestinationConfig & GetDestinationConfig() const
bool DescriptionHasBeenSet() const
OpenTunnelRequest & AddTags(TagsT &&value)
AWS_IOTSECURETUNNELING_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
virtual const char * GetServiceRequestName() const override
OpenTunnelRequest & WithDescription(DescriptionT &&value)
void SetDestinationConfig(DestinationConfigT &&value)
bool TagsHasBeenSet() const
AWS_IOTSECURETUNNELING_API OpenTunnelRequest()=default
const Aws::Vector< Tag > & GetTags() const
bool DestinationConfigHasBeenSet() const
bool TimeoutConfigHasBeenSet() const
OpenTunnelRequest & WithTags(TagsT &&value)
void SetTags(TagsT &&value)
const TimeoutConfig & GetTimeoutConfig() const
OpenTunnelRequest & WithTimeoutConfig(TimeoutConfigT &&value)
AWS_IOTSECURETUNNELING_API Aws::String SerializePayload() const override
void SetDescription(DescriptionT &&value)
OpenTunnelRequest & WithDestinationConfig(DestinationConfigT &&value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector