7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/s3control/S3ControlRequest.h>
9#include <aws/s3control/S3Control_EXPORTS.h>
45 template <
typename AccountIdT = Aws::String>
47 m_accountIdHasBeenSet =
true;
48 m_accountId = std::forward<AccountIdT>(value);
50 template <
typename AccountIdT = Aws::String>
73 template <
typename NameT = Aws::String>
75 m_nameHasBeenSet =
true;
76 m_name = std::forward<NameT>(value);
78 template <
typename NameT = Aws::String>
80 SetName(std::forward<NameT>(value));
88 bool m_accountIdHasBeenSet =
false;
89 bool m_nameHasBeenSet =
false;
virtual const char * GetServiceRequestName() const override
void SetName(NameT &&value)
void SetAccountId(AccountIdT &&value)
bool NameHasBeenSet() const
AWS_S3CONTROL_API Aws::String SerializePayload() const override
bool AccountIdHasBeenSet() const
DeleteAccessPointRequest & WithName(NameT &&value)
const Aws::String & GetAccountId() const
DeleteAccessPointRequest & WithAccountId(AccountIdT &&value)
const Aws::String & GetName() const
AWS_S3CONTROL_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
AWS_S3CONTROL_API DeleteAccessPointRequest()=default
AWS_S3CONTROL_API EndpointParameters GetEndpointContextParams() const override
Aws::Endpoint::EndpointParameters EndpointParameters
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String