7#include <aws/iotfleetwise/IoTFleetWise_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
54 template<
typename ExpressionT = Aws::String>
55 void SetExpression(ExpressionT&& value) { m_expressionHasBeenSet =
true; m_expression = std::forward<ExpressionT>(value); }
56 template<
typename ExpressionT = Aws::String>
73 bool m_expressionHasBeenSet =
false;
75 int m_conditionLanguageVersion{0};
76 bool m_conditionLanguageVersionHasBeenSet =
false;
AWS_IOTFLEETWISE_API DataPartitionUploadOptions()=default
AWS_IOTFLEETWISE_API DataPartitionUploadOptions(Aws::Utils::Json::JsonView jsonValue)
int GetConditionLanguageVersion() const
bool ExpressionHasBeenSet() const
DataPartitionUploadOptions & WithConditionLanguageVersion(int value)
void SetExpression(ExpressionT &&value)
AWS_IOTFLEETWISE_API DataPartitionUploadOptions & operator=(Aws::Utils::Json::JsonView jsonValue)
bool ConditionLanguageVersionHasBeenSet() const
const Aws::String & GetExpression() const
void SetConditionLanguageVersion(int value)
DataPartitionUploadOptions & WithExpression(ExpressionT &&value)
AWS_IOTFLEETWISE_API Aws::Utils::Json::JsonValue Jsonize() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue