7#include <aws/s3/S3_EXPORTS.h>
8#include <aws/s3/S3Request.h>
9#include <aws/s3/model/SelectObjectContentHandler.h>
10#include <aws/core/utils/event/EventStreamDecoder.h>
11#include <aws/core/utils/memory/stl/AWSString.h>
12#include <aws/s3/model/ExpressionType.h>
13#include <aws/s3/model/RequestProgress.h>
14#include <aws/s3/model/InputSerialization.h>
15#include <aws/s3/model/OutputSerialization.h>
16#include <aws/s3/model/ScanRange.h>
17#include <aws/core/utils/memory/stl/AWSMap.h>
94 inline void SetBucket(
const char* value) { m_bucketHasBeenSet =
true; m_bucket.assign(value); }
108 inline void SetKey(
const char* value) { m_keyHasBeenSet =
true; m_key.assign(value); }
126 inline void SetSSECustomerAlgorithm(
const char* value) { m_sSECustomerAlgorithmHasBeenSet =
true; m_sSECustomerAlgorithm.assign(value); }
144 inline void SetSSECustomerKey(
const char* value) { m_sSECustomerKeyHasBeenSet =
true; m_sSECustomerKey.assign(value); }
162 inline void SetSSECustomerKeyMD5(
const char* value) { m_sSECustomerKeyMD5HasBeenSet =
true; m_sSECustomerKeyMD5.assign(value); }
176 inline void SetExpression(
const char* value) { m_expressionHasBeenSet =
true; m_expression.assign(value); }
264 inline void SetExpectedBucketOwner(
const char* value) { m_expectedBucketOwnerHasBeenSet =
true; m_expectedBucketOwner.assign(value); }
289 bool m_bucketHasBeenSet =
false;
292 bool m_keyHasBeenSet =
false;
295 bool m_sSECustomerAlgorithmHasBeenSet =
false;
298 bool m_sSECustomerKeyHasBeenSet =
false;
301 bool m_sSECustomerKeyMD5HasBeenSet =
false;
304 bool m_expressionHasBeenSet =
false;
307 bool m_expressionTypeHasBeenSet =
false;
310 bool m_requestProgressHasBeenSet =
false;
313 bool m_inputSerializationHasBeenSet =
false;
316 bool m_outputSerializationHasBeenSet =
false;
319 bool m_scanRangeHasBeenSet =
false;
322 bool m_expectedBucketOwnerHasBeenSet =
false;
325 bool m_customizedAccessLogTagHasBeenSet =
false;
SelectObjectContentRequest & WithSSECustomerAlgorithm(Aws::String &&value)
SelectObjectContentRequest & WithSSECustomerKey(const Aws::String &value)
void SetSSECustomerAlgorithm(Aws::String &&value)
void SetSSECustomerKeyMD5(Aws::String &&value)
SelectObjectContentRequest & AddCustomizedAccessLogTag(Aws::String &&key, Aws::String &&value)
void SetSSECustomerKey(const char *value)
SelectObjectContentRequest & AddCustomizedAccessLogTag(const char *key, Aws::String &&value)
SelectObjectContentRequest & AddCustomizedAccessLogTag(Aws::String &&key, const Aws::String &value)
SelectObjectContentRequest & WithKey(const Aws::String &value)
SelectObjectContentRequest & WithCustomizedAccessLogTag(Aws::Map< Aws::String, Aws::String > &&value)
void SetInputSerialization(const InputSerialization &value)
AWS_S3_API SelectObjectContentRequest()
SelectObjectContentRequest & WithInputSerialization(const InputSerialization &value)
void SetSSECustomerKeyMD5(const char *value)
bool RequestProgressHasBeenSet() const
SelectObjectContentRequest & WithExpression(Aws::String &&value)
SelectObjectContentRequest & AddCustomizedAccessLogTag(const Aws::String &key, Aws::String &&value)
SelectObjectContentRequest & WithSSECustomerAlgorithm(const char *value)
SelectObjectContentRequest & WithSSECustomerKeyMD5(const char *value)
const OutputSerialization & GetOutputSerialization() const
bool OutputSerializationHasBeenSet() const
virtual const char * GetServiceRequestName() const override
void SetSSECustomerKey(Aws::String &&value)
const Aws::String & GetSSECustomerAlgorithm() const
bool ScanRangeHasBeenSet() const
void SetRequestProgress(const RequestProgress &value)
void SetKey(const char *value)
SelectObjectContentRequest & WithExpression(const char *value)
void SetExpression(Aws::String &&value)
void SetScanRange(const ScanRange &value)
void SetRequestProgress(RequestProgress &&value)
SelectObjectContentRequest & WithExpectedBucketOwner(Aws::String &&value)
SelectObjectContentRequest & WithBucket(Aws::String &&value)
const Aws::String & GetExpression() const
SelectObjectContentRequest & WithInputSerialization(InputSerialization &&value)
SelectObjectContentRequest & WithSSECustomerKeyMD5(const Aws::String &value)
void SetExpressionType(const ExpressionType &value)
SelectObjectContentRequest & WithSSECustomerAlgorithm(const Aws::String &value)
bool CustomizedAccessLogTagHasBeenSet() const
void SetBucket(const Aws::String &value)
void SetExpression(const char *value)
bool InputSerializationHasBeenSet() const
SelectObjectContentRequest & WithOutputSerialization(OutputSerialization &&value)
void SetExpectedBucketOwner(const Aws::String &value)
SelectObjectContentRequest & WithSSECustomerKey(const char *value)
void SetSSECustomerKeyMD5(const Aws::String &value)
SelectObjectContentRequest & AddCustomizedAccessLogTag(const char *key, const char *value)
const Aws::String & GetSSECustomerKey() const
void SetExpression(const Aws::String &value)
void SetScanRange(ScanRange &&value)
const Aws::String & GetSSECustomerKeyMD5() const
void SetBucket(Aws::String &&value)
const Aws::String & GetKey() const
SelectObjectContentRequest & WithScanRange(const ScanRange &value)
AWS_S3_API EndpointParameters GetEndpointContextParams() const override
SelectObjectContentRequest & AddCustomizedAccessLogTag(Aws::String &&key, const char *value)
SelectObjectContentRequest & WithExpressionType(const ExpressionType &value)
SelectObjectContentRequest & WithBucket(const Aws::String &value)
void SetExpectedBucketOwner(Aws::String &&value)
void SetCustomizedAccessLogTag(Aws::Map< Aws::String, Aws::String > &&value)
SelectObjectContentRequest & AddCustomizedAccessLogTag(const Aws::String &key, const Aws::String &value)
const Aws::Map< Aws::String, Aws::String > & GetCustomizedAccessLogTag() const
void SetExpectedBucketOwner(const char *value)
SelectObjectContentRequest & WithKey(Aws::String &&value)
const Aws::String & GetBucket() const
bool SSECustomerAlgorithmHasBeenSet() const
void SetInputSerialization(InputSerialization &&value)
const ExpressionType & GetExpressionType() const
void SetSSECustomerKey(const Aws::String &value)
SelectObjectContentRequest & WithSSECustomerKey(Aws::String &&value)
const InputSerialization & GetInputSerialization() const
bool SSECustomerKeyMD5HasBeenSet() const
void SetExpressionType(ExpressionType &&value)
AWS_S3_API Aws::String SerializePayload() const override
SelectObjectContentRequest & WithExpectedBucketOwner(const char *value)
void SetSSECustomerAlgorithm(const Aws::String &value)
void SetKey(const Aws::String &value)
SelectObjectContentRequest & WithSSECustomerKeyMD5(Aws::String &&value)
const ScanRange & GetScanRange() const
SelectObjectContentRequest & WithScanRange(ScanRange &&value)
SelectObjectContentRequest & WithExpectedBucketOwner(const Aws::String &value)
SelectObjectContentRequest & WithRequestProgress(RequestProgress &&value)
SelectObjectContentRequest & WithKey(const char *value)
const SelectObjectContentHandler & GetEventStreamHandler() const
bool BucketHasBeenSet() const
void SetKey(Aws::String &&value)
const Aws::String & GetExpectedBucketOwner() const
const RequestProgress & GetRequestProgress() const
SelectObjectContentRequest & WithEventStreamHandler(const SelectObjectContentHandler &value)
void SetBucket(const char *value)
Aws::Utils::Event::EventStreamDecoder & GetEventStreamDecoder()
SelectObjectContentRequest & WithRequestProgress(const RequestProgress &value)
SelectObjectContentRequest & WithOutputSerialization(const OutputSerialization &value)
bool ExpectedBucketOwnerHasBeenSet() const
SelectObjectContentRequest & WithExpressionType(ExpressionType &&value)
AWS_S3_API void AddQueryStringParameters(Aws::Http::URI &uri) const override
bool ExpressionTypeHasBeenSet() const
void SetEventStreamHandler(const SelectObjectContentHandler &value)
bool KeyHasBeenSet() const
void SetOutputSerialization(OutputSerialization &&value)
AWS_S3_API bool HasEmbeddedError(IOStream &body, const Http::HeaderValueCollection &header) const override
bool SSECustomerKeyHasBeenSet() const
SelectObjectContentRequest & WithBucket(const char *value)
bool ExpressionHasBeenSet() const
void SetOutputSerialization(const OutputSerialization &value)
SelectObjectContentRequest & WithExpression(const Aws::String &value)
void SetSSECustomerAlgorithm(const char *value)
SelectObjectContentRequest & WithCustomizedAccessLogTag(const Aws::Map< Aws::String, Aws::String > &value)
AWS_S3_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
void SetCustomizedAccessLogTag(const Aws::Map< Aws::String, Aws::String > &value)
Aws::Endpoint::EndpointParameters EndpointParameters
void ResetEventStreamHandler(EventStreamHandler *handler)
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