7#include <aws/core/utils/event/EventStreamDecoder.h>
8#include <aws/core/utils/memory/stl/AWSMap.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/s3/S3Request.h>
11#include <aws/s3/S3_EXPORTS.h>
12#include <aws/s3/model/ExpressionType.h>
13#include <aws/s3/model/InputSerialization.h>
14#include <aws/s3/model/OutputSerialization.h>
15#include <aws/s3/model/RequestProgress.h>
16#include <aws/s3/model/ScanRange.h>
17#include <aws/s3/model/SelectObjectContentHandler.h>
100 template <
typename BucketT = Aws::String>
102 m_bucketHasBeenSet =
true;
103 m_bucket = std::forward<BucketT>(value);
105 template <
typename BucketT = Aws::String>
118 template <
typename KeyT = Aws::String>
120 m_keyHasBeenSet =
true;
121 m_key = std::forward<KeyT>(value);
123 template <
typename KeyT = Aws::String>
125 SetKey(std::forward<KeyT>(value));
140 template <
typename SSECustomerAlgorithmT = Aws::String>
142 m_sSECustomerAlgorithmHasBeenSet =
true;
143 m_sSECustomerAlgorithm = std::forward<SSECustomerAlgorithmT>(value);
145 template <
typename SSECustomerAlgorithmT = Aws::String>
162 template <
typename SSECustomerKeyT = Aws::String>
164 m_sSECustomerKeyHasBeenSet =
true;
165 m_sSECustomerKey = std::forward<SSECustomerKeyT>(value);
167 template <
typename SSECustomerKeyT = Aws::String>
184 template <
typename SSECustomerKeyMD5T = Aws::String>
186 m_sSECustomerKeyMD5HasBeenSet =
true;
187 m_sSECustomerKeyMD5 = std::forward<SSECustomerKeyMD5T>(value);
189 template <
typename SSECustomerKeyMD5T = Aws::String>
202 template <
typename ExpressionT = Aws::String>
204 m_expressionHasBeenSet =
true;
205 m_expression = std::forward<ExpressionT>(value);
207 template <
typename ExpressionT = Aws::String>
221 m_expressionTypeHasBeenSet =
true;
222 m_expressionType = value;
236 template <
typename RequestProgressT = RequestProgress>
238 m_requestProgressHasBeenSet =
true;
239 m_requestProgress = std::forward<RequestProgressT>(value);
241 template <
typename RequestProgressT = RequestProgress>
254 template <
typename InputSerializationT = InputSerialization>
256 m_inputSerializationHasBeenSet =
true;
257 m_inputSerialization = std::forward<InputSerializationT>(value);
259 template <
typename InputSerializationT = InputSerialization>
273 template <
typename OutputSerializationT = OutputSerialization>
275 m_outputSerializationHasBeenSet =
true;
276 m_outputSerialization = std::forward<OutputSerializationT>(value);
278 template <
typename OutputSerializationT = OutputSerialization>
302 template <
typename ScanRangeT = ScanRange>
304 m_scanRangeHasBeenSet =
true;
305 m_scanRange = std::forward<ScanRangeT>(value);
307 template <
typename ScanRangeT = ScanRange>
322 template <
typename ExpectedBucketOwnerT = Aws::String>
324 m_expectedBucketOwnerHasBeenSet =
true;
325 m_expectedBucketOwner = std::forward<ExpectedBucketOwnerT>(value);
327 template <
typename ExpectedBucketOwnerT = Aws::String>
338 template <
typename CustomizedAccessLogTagT = Aws::Map<Aws::String, Aws::String>>
340 m_customizedAccessLogTagHasBeenSet =
true;
341 m_customizedAccessLogTag = std::forward<CustomizedAccessLogTagT>(value);
343 template <
typename CustomizedAccessLogTagT = Aws::Map<Aws::String, Aws::String>>
348 template <
typename CustomizedAccessLogTagKeyT = Aws::String,
typename CustomizedAccessLogTagValueT = Aws::String>
350 m_customizedAccessLogTagHasBeenSet =
true;
351 m_customizedAccessLogTag.emplace(std::forward<CustomizedAccessLogTagKeyT>(key), std::forward<CustomizedAccessLogTagValueT>(value));
357 bool m_bucketHasBeenSet =
false;
360 bool m_keyHasBeenSet =
false;
363 bool m_sSECustomerAlgorithmHasBeenSet =
false;
366 bool m_sSECustomerKeyHasBeenSet =
false;
369 bool m_sSECustomerKeyMD5HasBeenSet =
false;
372 bool m_expressionHasBeenSet =
false;
375 bool m_expressionTypeHasBeenSet =
false;
377 RequestProgress m_requestProgress;
378 bool m_requestProgressHasBeenSet =
false;
380 InputSerialization m_inputSerialization;
381 bool m_inputSerializationHasBeenSet =
false;
383 OutputSerialization m_outputSerialization;
384 bool m_outputSerializationHasBeenSet =
false;
386 ScanRange m_scanRange;
387 bool m_scanRangeHasBeenSet =
false;
390 bool m_expectedBucketOwnerHasBeenSet =
false;
393 bool m_customizedAccessLogTagHasBeenSet =
false;
394 SelectObjectContentHandler m_handler;
SelectObjectContentHandler & GetEventStreamHandler()
SelectObjectContentRequest & WithKey(KeyT &&value)
void SetExpectedBucketOwner(ExpectedBucketOwnerT &&value)
void SetKey(KeyT &&value)
SelectObjectContentRequest & WithCustomizedAccessLogTag(CustomizedAccessLogTagT &&value)
void SetExpression(ExpressionT &&value)
void SetOutputSerialization(OutputSerializationT &&value)
bool RequestProgressHasBeenSet() const
const OutputSerialization & GetOutputSerialization() const
bool OutputSerializationHasBeenSet() const
virtual const char * GetServiceRequestName() const override
const Aws::String & GetSSECustomerAlgorithm() const
bool ScanRangeHasBeenSet() const
void SetSSECustomerKeyMD5(SSECustomerKeyMD5T &&value)
void SetExpressionType(ExpressionType value)
SelectObjectContentRequest & WithSSECustomerKey(SSECustomerKeyT &&value)
const Aws::String & GetExpression() const
SelectObjectContentRequest & WithBucket(BucketT &&value)
SelectObjectContentRequest & WithRequestProgress(RequestProgressT &&value)
bool CustomizedAccessLogTagHasBeenSet() const
virtual bool HasEventStreamResponse() const override
bool InputSerializationHasBeenSet() const
void SetSSECustomerAlgorithm(SSECustomerAlgorithmT &&value)
const Aws::String & GetSSECustomerKey() const
const Aws::String & GetSSECustomerKeyMD5() const
const Aws::String & GetKey() const
AWS_S3_API EndpointParameters GetEndpointContextParams() const override
SelectObjectContentRequest & WithExpectedBucketOwner(ExpectedBucketOwnerT &&value)
const Aws::Map< Aws::String, Aws::String > & GetCustomizedAccessLogTag() const
void SetScanRange(ScanRangeT &&value)
SelectObjectContentRequest & WithOutputSerialization(OutputSerializationT &&value)
void SetRequestProgress(RequestProgressT &&value)
SelectObjectContentRequest & WithExpressionType(ExpressionType value)
ExpressionType GetExpressionType() const
const Aws::String & GetBucket() const
bool SSECustomerAlgorithmHasBeenSet() const
const InputSerialization & GetInputSerialization() const
bool SSECustomerKeyMD5HasBeenSet() const
AWS_S3_API Aws::String SerializePayload() const override
SelectObjectContentRequest & WithScanRange(ScanRangeT &&value)
SelectObjectContentRequest & WithSSECustomerAlgorithm(SSECustomerAlgorithmT &&value)
const ScanRange & GetScanRange() const
void SetInputSerialization(InputSerializationT &&value)
bool BucketHasBeenSet() const
const Aws::String & GetExpectedBucketOwner() const
const RequestProgress & GetRequestProgress() const
SelectObjectContentRequest & WithEventStreamHandler(const SelectObjectContentHandler &value)
Aws::Utils::Event::EventStreamDecoder & GetEventStreamDecoder()
bool ExpectedBucketOwnerHasBeenSet() const
AWS_S3_API void AddQueryStringParameters(Aws::Http::URI &uri) const override
bool ExpressionTypeHasBeenSet() const
void SetEventStreamHandler(const SelectObjectContentHandler &value)
bool KeyHasBeenSet() const
SelectObjectContentRequest & WithSSECustomerKeyMD5(SSECustomerKeyMD5T &&value)
AWS_S3_API bool HasEmbeddedError(IOStream &body, const Http::HeaderValueCollection &header) const override
void SetCustomizedAccessLogTag(CustomizedAccessLogTagT &&value)
bool SSECustomerKeyHasBeenSet() const
bool ExpressionHasBeenSet() const
SelectObjectContentRequest & WithExpression(ExpressionT &&value)
SelectObjectContentRequest & AddCustomizedAccessLogTag(CustomizedAccessLogTagKeyT &&key, CustomizedAccessLogTagValueT &&value)
SelectObjectContentRequest & WithInputSerialization(InputSerializationT &&value)
void SetSSECustomerKey(SSECustomerKeyT &&value)
void SetBucket(BucketT &&value)
AWS_S3_API SelectObjectContentRequest()=default
AWS_S3_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
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