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/StorageLensGroup.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>
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>
72 template<
typename StorageLensGroupT = StorageLensGroup>
73 void SetStorageLensGroup(StorageLensGroupT&& value) { m_storageLensGroupHasBeenSet =
true; m_storageLensGroup = std::forward<StorageLensGroupT>(value); }
74 template<
typename StorageLensGroupT = StorageLensGroup>
80 bool m_nameHasBeenSet =
false;
83 bool m_accountIdHasBeenSet =
false;
86 bool m_storageLensGroupHasBeenSet =
false;
virtual const char * GetServiceRequestName() const override
void SetAccountId(AccountIdT &&value)
AWS_S3CONTROL_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
bool NameHasBeenSet() const
const StorageLensGroup & GetStorageLensGroup() const
AWS_S3CONTROL_API UpdateStorageLensGroupRequest()=default
const Aws::String & GetName() const
UpdateStorageLensGroupRequest & WithStorageLensGroup(StorageLensGroupT &&value)
bool AccountIdHasBeenSet() const
bool StorageLensGroupHasBeenSet() const
UpdateStorageLensGroupRequest & WithName(NameT &&value)
AWS_S3CONTROL_API EndpointParameters GetEndpointContextParams() const override
const Aws::String & GetAccountId() const
AWS_S3CONTROL_API Aws::String SerializePayload() const override
void SetName(NameT &&value)
UpdateStorageLensGroupRequest & WithAccountId(AccountIdT &&value)
void SetStorageLensGroup(StorageLensGroupT &&value)
Aws::Endpoint::EndpointParameters EndpointParameters
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String