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/iotsecuretunneling/model/ClientMode.h>
11#include <aws/iotsecuretunneling/model/DestinationConfig.h>
16namespace IoTSecureTunneling
45 template<
typename TunnelIdT = Aws::String>
46 void SetTunnelId(TunnelIdT&& value) { m_tunnelIdHasBeenSet =
true; m_tunnelId = std::forward<TunnelIdT>(value); }
47 template<
typename TunnelIdT = Aws::String>
66 template<
typename DestinationConfigT = DestinationConfig>
67 void SetDestinationConfig(DestinationConfigT&& value) { m_destinationConfigHasBeenSet =
true; m_destinationConfig = std::forward<DestinationConfigT>(value); }
68 template<
typename DestinationConfigT = DestinationConfig>
74 bool m_tunnelIdHasBeenSet =
false;
77 bool m_clientModeHasBeenSet =
false;
79 DestinationConfig m_destinationConfig;
80 bool m_destinationConfigHasBeenSet =
false;
const DestinationConfig & GetDestinationConfig() const
void SetClientMode(ClientMode value)
AWS_IOTSECURETUNNELING_API RotateTunnelAccessTokenRequest()=default
RotateTunnelAccessTokenRequest & WithDestinationConfig(DestinationConfigT &&value)
void SetTunnelId(TunnelIdT &&value)
void SetDestinationConfig(DestinationConfigT &&value)
bool DestinationConfigHasBeenSet() const
ClientMode GetClientMode() const
AWS_IOTSECURETUNNELING_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
RotateTunnelAccessTokenRequest & WithClientMode(ClientMode value)
bool ClientModeHasBeenSet() const
bool TunnelIdHasBeenSet() const
virtual const char * GetServiceRequestName() const override
const Aws::String & GetTunnelId() const
AWS_IOTSECURETUNNELING_API Aws::String SerializePayload() const override
RotateTunnelAccessTokenRequest & WithTunnelId(TunnelIdT &&value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String