7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/s3-crt/S3Crt_EXPORTS.h>
9#include <aws/s3-crt/model/ExpressionType.h>
10#include <aws/s3-crt/model/InputSerialization.h>
11#include <aws/s3-crt/model/OutputSerialization.h>
54 template <
typename InputSerializationT = InputSerialization>
56 m_inputSerializationHasBeenSet =
true;
57 m_inputSerialization = std::forward<InputSerializationT>(value);
59 template <
typename InputSerializationT = InputSerialization>
73 m_expressionTypeHasBeenSet =
true;
74 m_expressionType = value;
93 template <
typename ExpressionT = Aws::String>
95 m_expressionHasBeenSet =
true;
96 m_expression = std::forward<ExpressionT>(value);
98 template <
typename ExpressionT = Aws::String>
111 template <
typename OutputSerializationT = OutputSerialization>
113 m_outputSerializationHasBeenSet =
true;
114 m_outputSerialization = std::forward<OutputSerializationT>(value);
116 template <
typename OutputSerializationT = OutputSerialization>
129 OutputSerialization m_outputSerialization;
130 bool m_inputSerializationHasBeenSet =
false;
131 bool m_expressionTypeHasBeenSet =
false;
132 bool m_expressionHasBeenSet =
false;
133 bool m_outputSerializationHasBeenSet =
false;
bool InputSerializationHasBeenSet() const
SelectParameters & WithExpressionType(ExpressionType value)
void SetExpressionType(ExpressionType value)
void SetInputSerialization(InputSerializationT &&value)
void SetOutputSerialization(OutputSerializationT &&value)
const InputSerialization & GetInputSerialization() const
const OutputSerialization & GetOutputSerialization() const
AWS_S3CRT_API SelectParameters(const Aws::Utils::Xml::XmlNode &xmlNode)
AWS_S3CRT_API SelectParameters & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
SelectParameters & WithOutputSerialization(OutputSerializationT &&value)
bool ExpressionHasBeenSet() const
AWS_S3CRT_API void AddToNode(Aws::Utils::Xml::XmlNode &parentNode) const
AWS_S3CRT_API SelectParameters()=default
void SetExpression(ExpressionT &&value)
SelectParameters & WithInputSerialization(InputSerializationT &&value)
const Aws::String & GetExpression() const
ExpressionType GetExpressionType() const
bool ExpressionTypeHasBeenSet() const
SelectParameters & WithExpression(ExpressionT &&value)
bool OutputSerializationHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String