7#include <aws/ec2/EC2_EXPORTS.h>
8#include <aws/ec2/EC2Request.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
47 inline void SetTransitGatewayAttachmentId(
const char* value) { m_transitGatewayAttachmentIdHasBeenSet =
true; m_transitGatewayAttachmentId.assign(value); }
62 inline void SetDryRun(
bool value) { m_dryRunHasBeenSet =
true; m_dryRun = value; }
68 bool m_transitGatewayAttachmentIdHasBeenSet =
false;
71 bool m_dryRunHasBeenSet =
false;
bool DryRunHasBeenSet() const
bool TransitGatewayAttachmentIdHasBeenSet() const
AWS_EC2_API void DumpBodyToUrl(Aws::Http::URI &uri) const override
void SetTransitGatewayAttachmentId(const char *value)
virtual const char * GetServiceRequestName() const override
AWS_EC2_API Aws::String SerializePayload() const override
const Aws::String & GetTransitGatewayAttachmentId() const
void SetTransitGatewayAttachmentId(Aws::String &&value)
DeleteTransitGatewayConnectRequest & WithTransitGatewayAttachmentId(Aws::String &&value)
DeleteTransitGatewayConnectRequest & WithTransitGatewayAttachmentId(const Aws::String &value)
DeleteTransitGatewayConnectRequest & WithDryRun(bool value)
AWS_EC2_API DeleteTransitGatewayConnectRequest()
void SetDryRun(bool value)
DeleteTransitGatewayConnectRequest & WithTransitGatewayAttachmentId(const char *value)
void SetTransitGatewayAttachmentId(const Aws::String &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String