7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/datazone/DataZone_EXPORTS.h>
10#include <aws/datazone/model/ConfigurableActionParameter.h>
11#include <aws/datazone/model/ConfigurableActionTypeAuthorization.h>
44 template <
typename TypeT = Aws::String>
46 m_typeHasBeenSet =
true;
47 m_type = std::forward<TypeT>(value);
49 template <
typename TypeT = Aws::String>
51 SetType(std::forward<TypeT>(value));
64 m_authHasBeenSet =
true;
79 template <
typename ParametersT = Aws::Vector<ConfigurableActionParameter>>
81 m_parametersHasBeenSet =
true;
82 m_parameters = std::forward<ParametersT>(value);
84 template <
typename ParametersT = Aws::Vector<ConfigurableActionParameter>>
89 template <
typename ParametersT = ConfigurableActionParameter>
91 m_parametersHasBeenSet =
true;
92 m_parameters.emplace_back(std::forward<ParametersT>(value));
102 bool m_typeHasBeenSet =
false;
103 bool m_authHasBeenSet =
false;
104 bool m_parametersHasBeenSet =
false;
ConfigurableEnvironmentAction & WithAuth(ConfigurableActionTypeAuthorization value)
AWS_DATAZONE_API ConfigurableEnvironmentAction & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetType(TypeT &&value)
AWS_DATAZONE_API ConfigurableEnvironmentAction()=default
const Aws::String & GetType() const
ConfigurableEnvironmentAction & AddParameters(ParametersT &&value)
ConfigurableActionTypeAuthorization GetAuth() const
ConfigurableEnvironmentAction & WithType(TypeT &&value)
const Aws::Vector< ConfigurableActionParameter > & GetParameters() const
void SetAuth(ConfigurableActionTypeAuthorization value)
bool AuthHasBeenSet() const
bool TypeHasBeenSet() const
AWS_DATAZONE_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_DATAZONE_API ConfigurableEnvironmentAction(Aws::Utils::Json::JsonView jsonValue)
bool ParametersHasBeenSet() const
void SetParameters(ParametersT &&value)
ConfigurableEnvironmentAction & WithParameters(ParametersT &&value)
ConfigurableActionTypeAuthorization
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue