AWS SDK for C++

AWS SDK for C++ Version 1.11.607

Loading...
Searching...
No Matches
DataPartitionUploadOptions.h
1
6#pragma once
7#include <aws/iotfleetwise/IoTFleetWise_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <utility>
10
11namespace Aws
12{
13namespace Utils
14{
15namespace Json
16{
17 class JsonValue;
18 class JsonView;
19} // namespace Json
20} // namespace Utils
21namespace IoTFleetWise
22{
23namespace Model
24{
25
39 {
40 public:
41 AWS_IOTFLEETWISE_API DataPartitionUploadOptions() = default;
44 AWS_IOTFLEETWISE_API Aws::Utils::Json::JsonValue Jsonize() const;
45
46
48
52 inline const Aws::String& GetExpression() const { return m_expression; }
53 inline bool ExpressionHasBeenSet() const { return m_expressionHasBeenSet; }
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>
57 DataPartitionUploadOptions& WithExpression(ExpressionT&& value) { SetExpression(std::forward<ExpressionT>(value)); return *this;}
59
61
65 inline int GetConditionLanguageVersion() const { return m_conditionLanguageVersion; }
66 inline bool ConditionLanguageVersionHasBeenSet() const { return m_conditionLanguageVersionHasBeenSet; }
67 inline void SetConditionLanguageVersion(int value) { m_conditionLanguageVersionHasBeenSet = true; m_conditionLanguageVersion = value; }
70 private:
71
72 Aws::String m_expression;
73 bool m_expressionHasBeenSet = false;
74
75 int m_conditionLanguageVersion{0};
76 bool m_conditionLanguageVersionHasBeenSet = false;
77 };
78
79} // namespace Model
80} // namespace IoTFleetWise
81} // namespace Aws
AWS_IOTFLEETWISE_API DataPartitionUploadOptions()=default
AWS_IOTFLEETWISE_API DataPartitionUploadOptions(Aws::Utils::Json::JsonView jsonValue)
DataPartitionUploadOptions & WithConditionLanguageVersion(int value)
AWS_IOTFLEETWISE_API DataPartitionUploadOptions & operator=(Aws::Utils::Json::JsonView jsonValue)
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