7#include <aws/s3control/S3Control_EXPORTS.h>
8#include <aws/s3control/S3ControlRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
48 template<
typename NameT = Aws::String>
49 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
50 template<
typename NameT = Aws::String>
61 template<
typename AccountIdT = Aws::String>
62 void SetAccountId(AccountIdT&& value) { m_accountIdHasBeenSet =
true; m_accountId = std::forward<AccountIdT>(value); }
63 template<
typename AccountIdT = Aws::String>
69 bool m_nameHasBeenSet =
false;
72 bool m_accountIdHasBeenSet =
false;
const Aws::String & GetAccountId() const
bool NameHasBeenSet() const
AWS_S3CONTROL_API EndpointParameters GetEndpointContextParams() const override
void SetName(NameT &&value)
AWS_S3CONTROL_API Aws::String SerializePayload() const override
void SetAccountId(AccountIdT &&value)
const Aws::String & GetName() const
AWS_S3CONTROL_API GetStorageLensGroupRequest()=default
AWS_S3CONTROL_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
virtual const char * GetServiceRequestName() const override
GetStorageLensGroupRequest & WithName(NameT &&value)
GetStorageLensGroupRequest & WithAccountId(AccountIdT &&value)
bool AccountIdHasBeenSet() const
Aws::Endpoint::EndpointParameters EndpointParameters
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String