7#include <aws/s3control/S3Control_EXPORTS.h>
8#include <aws/s3control/S3ControlRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/s3control/model/Scope.h>
49 template<
typename AccountIdT = Aws::String>
50 void SetAccountId(AccountIdT&& value) { m_accountIdHasBeenSet =
true; m_accountId = std::forward<AccountIdT>(value); }
51 template<
typename AccountIdT = Aws::String>
62 template<
typename NameT = Aws::String>
63 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
64 template<
typename NameT = Aws::String>
74 template<
typename ScopeT = Scope>
75 void SetScope(ScopeT&& value) { m_scopeHasBeenSet =
true; m_scope = std::forward<ScopeT>(value); }
76 template<
typename ScopeT = Scope>
82 bool m_accountIdHasBeenSet =
false;
85 bool m_nameHasBeenSet =
false;
88 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