7#include <aws/ec2/EC2_EXPORTS.h>
8#include <aws/ec2/EC2Request.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/ec2/model/ModifyTransitGatewayOptions.h>
46 template<
typename TransitGatewayIdT = Aws::String>
47 void SetTransitGatewayId(TransitGatewayIdT&& value) { m_transitGatewayIdHasBeenSet =
true; m_transitGatewayId = std::forward<TransitGatewayIdT>(value); }
48 template<
typename TransitGatewayIdT = Aws::String>
58 template<
typename DescriptionT = Aws::String>
59 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
60 template<
typename DescriptionT = Aws::String>
70 template<
typename OptionsT = ModifyTransitGatewayOptions>
71 void SetOptions(OptionsT&& value) { m_optionsHasBeenSet =
true; m_options = std::forward<OptionsT>(value); }
72 template<
typename OptionsT = ModifyTransitGatewayOptions>
85 inline void SetDryRun(
bool value) { m_dryRunHasBeenSet =
true; m_dryRun = value; }
91 bool m_transitGatewayIdHasBeenSet =
false;
94 bool m_descriptionHasBeenSet =
false;
97 bool m_optionsHasBeenSet =
false;
100 bool m_dryRunHasBeenSet =
false;
AWS_EC2_API void DumpBodyToUrl(Aws::Http::URI &uri) const override
const ModifyTransitGatewayOptions & GetOptions() const
void SetDryRun(bool value)
bool DescriptionHasBeenSet() const
ModifyTransitGatewayRequest & WithTransitGatewayId(TransitGatewayIdT &&value)
bool DryRunHasBeenSet() const
bool TransitGatewayIdHasBeenSet() const
AWS_EC2_API ModifyTransitGatewayRequest()=default
const Aws::String & GetDescription() const
void SetTransitGatewayId(TransitGatewayIdT &&value)
bool OptionsHasBeenSet() const
void SetOptions(OptionsT &&value)
AWS_EC2_API Aws::String SerializePayload() const override
ModifyTransitGatewayRequest & WithOptions(OptionsT &&value)
ModifyTransitGatewayRequest & WithDryRun(bool value)
virtual const char * GetServiceRequestName() const override
void SetDescription(DescriptionT &&value)
ModifyTransitGatewayRequest & WithDescription(DescriptionT &&value)
const Aws::String & GetTransitGatewayId() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String