7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/s3control/S3ControlRequest.h>
9#include <aws/s3control/S3Control_EXPORTS.h>
10#include <aws/s3control/model/Scope.h>
46 template <
typename AccountIdT = Aws::String>
48 m_accountIdHasBeenSet =
true;
49 m_accountId = std::forward<AccountIdT>(value);
51 template <
typename AccountIdT = Aws::String>
65 template <
typename NameT = Aws::String>
67 m_nameHasBeenSet =
true;
68 m_name = std::forward<NameT>(value);
70 template <
typename NameT = Aws::String>
72 SetName(std::forward<NameT>(value));
83 template <
typename ScopeT = Scope>
85 m_scopeHasBeenSet =
true;
86 m_scope = std::forward<ScopeT>(value);
88 template <
typename ScopeT = Scope>
90 SetScope(std::forward<ScopeT>(value));
100 bool m_accountIdHasBeenSet =
false;
101 bool m_nameHasBeenSet =
false;
102 bool m_scopeHasBeenSet =
false;
AWS_S3CONTROL_API PutAccessPointScopeRequest()=default
bool NameHasBeenSet() const
void SetAccountId(AccountIdT &&value)
virtual const char * GetServiceRequestName() const override
const Aws::String & GetName() const
bool AccountIdHasBeenSet() const
AWS_S3CONTROL_API EndpointParameters GetEndpointContextParams() const override
void SetName(NameT &&value)
AWS_S3CONTROL_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
const Scope & GetScope() const
AWS_S3CONTROL_API Aws::String SerializePayload() const override
PutAccessPointScopeRequest & WithName(NameT &&value)
bool ScopeHasBeenSet() const
const Aws::String & GetAccountId() const
PutAccessPointScopeRequest & WithScope(ScopeT &&value)
PutAccessPointScopeRequest & WithAccountId(AccountIdT &&value)
void SetScope(ScopeT &&value)
Aws::Endpoint::EndpointParameters EndpointParameters
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String