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