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>
11#include <aws/core/utils/memory/stl/AWSVector.h>
12#include <aws/s3control/model/Tag.h>
51 template<
typename AccountIdT = Aws::String>
52 void SetAccountId(AccountIdT&& value) { m_accountIdHasBeenSet =
true; m_accountId = std::forward<AccountIdT>(value); }
53 template<
typename AccountIdT = Aws::String>
63 template<
typename StorageLensGroupT = StorageLensGroup>
64 void SetStorageLensGroup(StorageLensGroupT&& value) { m_storageLensGroupHasBeenSet =
true; m_storageLensGroup = std::forward<StorageLensGroupT>(value); }
65 template<
typename StorageLensGroupT = StorageLensGroup>
76 template<
typename TagsT = Aws::Vector<Tag>>
77 void SetTags(TagsT&& value) { m_tagsHasBeenSet =
true; m_tags = std::forward<TagsT>(value); }
78 template<
typename TagsT = Aws::Vector<Tag>>
80 template<
typename TagsT = Tag>
86 bool m_accountIdHasBeenSet =
false;
89 bool m_storageLensGroupHasBeenSet =
false;
92 bool m_tagsHasBeenSet =
false;
AWS_S3CONTROL_API EndpointParameters GetEndpointContextParams() const override
AWS_S3CONTROL_API Aws::String SerializePayload() const override
virtual const char * GetServiceRequestName() const override
const Aws::String & GetAccountId() const
void SetAccountId(AccountIdT &&value)
const Aws::Vector< Tag > & GetTags() const
const StorageLensGroup & GetStorageLensGroup() const
CreateStorageLensGroupRequest & AddTags(TagsT &&value)
bool AccountIdHasBeenSet() const
CreateStorageLensGroupRequest & WithTags(TagsT &&value)
void SetStorageLensGroup(StorageLensGroupT &&value)
void SetTags(TagsT &&value)
AWS_S3CONTROL_API CreateStorageLensGroupRequest()=default
bool TagsHasBeenSet() const
bool StorageLensGroupHasBeenSet() const
CreateStorageLensGroupRequest & WithAccountId(AccountIdT &&value)
AWS_S3CONTROL_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
CreateStorageLensGroupRequest & WithStorageLensGroup(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
std::vector< T, Aws::Allocator< T > > Vector