7#include <aws/ec2/EC2_EXPORTS.h>
8#include <aws/ec2/EC2Request.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
30 inline virtual const char*
GetServiceRequestName()
const override {
return "DeleteTransitGatewayPeeringAttachment"; }
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;
DeleteTransitGatewayPeeringAttachmentRequest & WithTransitGatewayAttachmentId(const Aws::String &value)
void SetTransitGatewayAttachmentId(Aws::String &&value)
void SetTransitGatewayAttachmentId(const char *value)
AWS_EC2_API Aws::String SerializePayload() const override
AWS_EC2_API void DumpBodyToUrl(Aws::Http::URI &uri) const override
DeleteTransitGatewayPeeringAttachmentRequest & WithTransitGatewayAttachmentId(const char *value)
const Aws::String & GetTransitGatewayAttachmentId() const
bool DryRunHasBeenSet() const
AWS_EC2_API DeleteTransitGatewayPeeringAttachmentRequest()
DeleteTransitGatewayPeeringAttachmentRequest & WithTransitGatewayAttachmentId(Aws::String &&value)
DeleteTransitGatewayPeeringAttachmentRequest & WithDryRun(bool value)
virtual const char * GetServiceRequestName() const override
void SetTransitGatewayAttachmentId(const Aws::String &value)
void SetDryRun(bool value)
bool TransitGatewayAttachmentIdHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String