7#include <aws/s3/S3_EXPORTS.h>
8#include <aws/s3/S3Request.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/s3/model/EncodingType.h>
11#include <aws/s3/model/RequestPayer.h>
12#include <aws/core/utils/memory/stl/AWSVector.h>
13#include <aws/core/utils/memory/stl/AWSMap.h>
14#include <aws/s3/model/OptionalObjectAttributes.h>
59 template<
typename BucketT = Aws::String>
60 void SetBucket(BucketT&& value) { m_bucketHasBeenSet =
true; m_bucket = std::forward<BucketT>(value); }
61 template<
typename BucketT = Aws::String>
77 template<
typename DelimiterT = Aws::String>
78 void SetDelimiter(DelimiterT&& value) { m_delimiterHasBeenSet =
true; m_delimiter = std::forward<DelimiterT>(value); }
79 template<
typename DelimiterT = Aws::String>
97 template<
typename KeyMarkerT = Aws::String>
98 void SetKeyMarker(KeyMarkerT&& value) { m_keyMarkerHasBeenSet =
true; m_keyMarker = std::forward<KeyMarkerT>(value); }
99 template<
typename KeyMarkerT = Aws::String>
115 inline void SetMaxKeys(
int value) { m_maxKeysHasBeenSet =
true; m_maxKeys = value; }
130 template<
typename PrefixT = Aws::String>
131 void SetPrefix(PrefixT&& value) { m_prefixHasBeenSet =
true; m_prefix = std::forward<PrefixT>(value); }
132 template<
typename PrefixT = Aws::String>
142 template<
typename VersionIdMarkerT = Aws::String>
143 void SetVersionIdMarker(VersionIdMarkerT&& value) { m_versionIdMarkerHasBeenSet =
true; m_versionIdMarker = std::forward<VersionIdMarkerT>(value); }
144 template<
typename VersionIdMarkerT = Aws::String>
156 template<
typename ExpectedBucketOwnerT = Aws::String>
157 void SetExpectedBucketOwner(ExpectedBucketOwnerT&& value) { m_expectedBucketOwnerHasBeenSet =
true; m_expectedBucketOwner = std::forward<ExpectedBucketOwnerT>(value); }
158 template<
typename ExpectedBucketOwnerT = Aws::String>
177 template<
typename OptionalObjectAttributesT = Aws::Vector<OptionalObjectAttributes>>
178 void SetOptionalObjectAttributes(OptionalObjectAttributesT&& value) { m_optionalObjectAttributesHasBeenSet =
true; m_optionalObjectAttributes = std::forward<OptionalObjectAttributesT>(value); }
179 template<
typename OptionalObjectAttributesT = Aws::Vector<OptionalObjectAttributes>>
188 template<
typename CustomizedAccessLogTagT = Aws::Map<Aws::String, Aws::String>>
189 void SetCustomizedAccessLogTag(CustomizedAccessLogTagT&& value) { m_customizedAccessLogTagHasBeenSet =
true; m_customizedAccessLogTag = std::forward<CustomizedAccessLogTagT>(value); }
190 template<
typename CustomizedAccessLogTagT = Aws::Map<Aws::String, Aws::String>>
192 template<
typename CustomizedAccessLogTagKeyT = Aws::String,
typename CustomizedAccessLogTagValueT = Aws::String>
194 m_customizedAccessLogTagHasBeenSet =
true; m_customizedAccessLogTag.emplace(std::forward<CustomizedAccessLogTagKeyT>(key), std::forward<CustomizedAccessLogTagValueT>(value));
return *
this;
200 bool m_bucketHasBeenSet =
false;
203 bool m_delimiterHasBeenSet =
false;
206 bool m_encodingTypeHasBeenSet =
false;
209 bool m_keyMarkerHasBeenSet =
false;
212 bool m_maxKeysHasBeenSet =
false;
215 bool m_prefixHasBeenSet =
false;
218 bool m_versionIdMarkerHasBeenSet =
false;
221 bool m_expectedBucketOwnerHasBeenSet =
false;
224 bool m_requestPayerHasBeenSet =
false;
227 bool m_optionalObjectAttributesHasBeenSet =
false;
230 bool m_customizedAccessLogTagHasBeenSet =
false;
AWS_S3_API Aws::String SerializePayload() const override
ListObjectVersionsRequest & WithEncodingType(EncodingType value)
const Aws::Map< Aws::String, Aws::String > & GetCustomizedAccessLogTag() const
bool RequestPayerHasBeenSet() const
void SetCustomizedAccessLogTag(CustomizedAccessLogTagT &&value)
RequestPayer GetRequestPayer() const
bool VersionIdMarkerHasBeenSet() const
virtual const char * GetServiceRequestName() const override
void SetDelimiter(DelimiterT &&value)
const Aws::String & GetKeyMarker() const
const Aws::Vector< OptionalObjectAttributes > & GetOptionalObjectAttributes() const
void SetPrefix(PrefixT &&value)
bool KeyMarkerHasBeenSet() const
ListObjectVersionsRequest & WithBucket(BucketT &&value)
const Aws::String & GetPrefix() const
ListObjectVersionsRequest & WithKeyMarker(KeyMarkerT &&value)
AWS_S3_API void AddQueryStringParameters(Aws::Http::URI &uri) const override
void SetExpectedBucketOwner(ExpectedBucketOwnerT &&value)
AWS_S3_API EndpointParameters GetEndpointContextParams() const override
bool CustomizedAccessLogTagHasBeenSet() const
const Aws::String & GetBucket() const
const Aws::String & GetVersionIdMarker() const
ListObjectVersionsRequest & WithPrefix(PrefixT &&value)
AWS_S3_API ListObjectVersionsRequest()=default
const Aws::String & GetExpectedBucketOwner() const
const Aws::String & GetDelimiter() const
ListObjectVersionsRequest & AddCustomizedAccessLogTag(CustomizedAccessLogTagKeyT &&key, CustomizedAccessLogTagValueT &&value)
bool PrefixHasBeenSet() const
bool OptionalObjectAttributesHasBeenSet() const
bool ExpectedBucketOwnerHasBeenSet() const
ListObjectVersionsRequest & WithCustomizedAccessLogTag(CustomizedAccessLogTagT &&value)
ListObjectVersionsRequest & WithOptionalObjectAttributes(OptionalObjectAttributesT &&value)
void SetVersionIdMarker(VersionIdMarkerT &&value)
bool DelimiterHasBeenSet() const
void SetOptionalObjectAttributes(OptionalObjectAttributesT &&value)
AWS_S3_API bool HasEmbeddedError(IOStream &body, const Http::HeaderValueCollection &header) const override
void SetKeyMarker(KeyMarkerT &&value)
ListObjectVersionsRequest & WithMaxKeys(int value)
AWS_S3_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
bool MaxKeysHasBeenSet() const
ListObjectVersionsRequest & WithExpectedBucketOwner(ExpectedBucketOwnerT &&value)
void SetRequestPayer(RequestPayer value)
void SetEncodingType(EncodingType value)
ListObjectVersionsRequest & WithRequestPayer(RequestPayer value)
bool BucketHasBeenSet() const
ListObjectVersionsRequest & AddOptionalObjectAttributes(OptionalObjectAttributes value)
void SetMaxKeys(int value)
EncodingType GetEncodingType() const
bool EncodingTypeHasBeenSet() const
ListObjectVersionsRequest & WithVersionIdMarker(VersionIdMarkerT &&value)
void SetBucket(BucketT &&value)
ListObjectVersionsRequest & WithDelimiter(DelimiterT &&value)
Aws::Endpoint::EndpointParameters EndpointParameters
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::map< K, V, std::less< K >, Aws::Allocator< std::pair< const K, V > > > Map
std::basic_iostream< char, std::char_traits< char > > IOStream
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector