7#include <aws/iotanalytics/IoTAnalytics_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/iotanalytics/model/ResourceConfiguration.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
11#include <aws/iotanalytics/model/Variable.h>
52 template<
typename ImageT = Aws::String>
53 void SetImage(ImageT&& value) { m_imageHasBeenSet =
true; m_image = std::forward<ImageT>(value); }
54 template<
typename ImageT = Aws::String>
67 template<
typename ExecutionRoleArnT = Aws::String>
68 void SetExecutionRoleArn(ExecutionRoleArnT&& value) { m_executionRoleArnHasBeenSet =
true; m_executionRoleArn = std::forward<ExecutionRoleArnT>(value); }
69 template<
typename ExecutionRoleArnT = Aws::String>
80 template<
typename ResourceConfigurationT = ResourceConfiguration>
81 void SetResourceConfiguration(ResourceConfigurationT&& value) { m_resourceConfigurationHasBeenSet =
true; m_resourceConfiguration = std::forward<ResourceConfigurationT>(value); }
82 template<
typename ResourceConfigurationT = ResourceConfiguration>
96 template<
typename VariablesT = Aws::Vector<Variable>>
97 void SetVariables(VariablesT&& value) { m_variablesHasBeenSet =
true; m_variables = std::forward<VariablesT>(value); }
98 template<
typename VariablesT = Aws::Vector<Variable>>
100 template<
typename VariablesT = Variable>
106 bool m_imageHasBeenSet =
false;
109 bool m_executionRoleArnHasBeenSet =
false;
112 bool m_resourceConfigurationHasBeenSet =
false;
115 bool m_variablesHasBeenSet =
false;
const Aws::String & GetImage() const
bool VariablesHasBeenSet() const
ContainerDatasetAction & AddVariables(VariablesT &&value)
void SetVariables(VariablesT &&value)
bool ResourceConfigurationHasBeenSet() const
AWS_IOTANALYTICS_API ContainerDatasetAction()=default
void SetImage(ImageT &&value)
AWS_IOTANALYTICS_API ContainerDatasetAction(Aws::Utils::Json::JsonView jsonValue)
AWS_IOTANALYTICS_API Aws::Utils::Json::JsonValue Jsonize() const
void SetExecutionRoleArn(ExecutionRoleArnT &&value)
const Aws::Vector< Variable > & GetVariables() const
ContainerDatasetAction & WithVariables(VariablesT &&value)
ContainerDatasetAction & WithResourceConfiguration(ResourceConfigurationT &&value)
ContainerDatasetAction & WithExecutionRoleArn(ExecutionRoleArnT &&value)
void SetResourceConfiguration(ResourceConfigurationT &&value)
bool ImageHasBeenSet() const
AWS_IOTANALYTICS_API ContainerDatasetAction & operator=(Aws::Utils::Json::JsonView jsonValue)
bool ExecutionRoleArnHasBeenSet() const
const ResourceConfiguration & GetResourceConfiguration() const
ContainerDatasetAction & WithImage(ImageT &&value)
const Aws::String & GetExecutionRoleArn() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue