7#include <aws/globalaccelerator/GlobalAccelerator_EXPORTS.h>
8#include <aws/globalaccelerator/GlobalAcceleratorRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
14namespace GlobalAccelerator
44 template<
typename AttachmentArnT = Aws::String>
45 void SetAttachmentArn(AttachmentArnT&& value) { m_attachmentArnHasBeenSet =
true; m_attachmentArn = std::forward<AttachmentArnT>(value); }
46 template<
typename AttachmentArnT = Aws::String>
52 bool m_attachmentArnHasBeenSet =
false;
virtual const char * GetServiceRequestName() const override
DescribeCrossAccountAttachmentRequest & WithAttachmentArn(AttachmentArnT &&value)
AWS_GLOBALACCELERATOR_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
AWS_GLOBALACCELERATOR_API DescribeCrossAccountAttachmentRequest()=default
const Aws::String & GetAttachmentArn() const
bool AttachmentArnHasBeenSet() const
void SetAttachmentArn(AttachmentArnT &&value)
AWS_GLOBALACCELERATOR_API Aws::String SerializePayload() const override
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String