7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/ec2/EC2Request.h>
9#include <aws/ec2/EC2_EXPORTS.h>
10#include <aws/ec2/model/ModifyTransitGatewayOptions.h>
42 template <
typename TransitGatewayIdT = Aws::String>
44 m_transitGatewayIdHasBeenSet =
true;
45 m_transitGatewayId = std::forward<TransitGatewayIdT>(value);
47 template <
typename TransitGatewayIdT = Aws::String>
60 template <
typename DescriptionT = Aws::String>
62 m_descriptionHasBeenSet =
true;
63 m_description = std::forward<DescriptionT>(value);
65 template <
typename DescriptionT = Aws::String>
78 template <
typename OptionsT = ModifyTransitGatewayOptions>
80 m_optionsHasBeenSet =
true;
81 m_options = std::forward<OptionsT>(value);
83 template <
typename OptionsT = ModifyTransitGatewayOptions>
100 m_dryRunHasBeenSet =
true;
115 bool m_dryRun{
false};
116 bool m_transitGatewayIdHasBeenSet =
false;
117 bool m_descriptionHasBeenSet =
false;
118 bool m_optionsHasBeenSet =
false;
119 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