7#include <aws/datazone/DataZone_EXPORTS.h>
8#include <aws/datazone/model/ConfigurableActionTypeAuthorization.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
11#include <aws/datazone/model/ConfigurableActionParameter.h>
61 template<
typename ParametersT = Aws::Vector<ConfigurableActionParameter>>
62 void SetParameters(ParametersT&& value) { m_parametersHasBeenSet =
true; m_parameters = std::forward<ParametersT>(value); }
63 template<
typename ParametersT = Aws::Vector<ConfigurableActionParameter>>
65 template<
typename ParametersT = ConfigurableActionParameter>
75 template<
typename TypeT = Aws::String>
76 void SetType(TypeT&& value) { m_typeHasBeenSet =
true; m_type = std::forward<TypeT>(value); }
77 template<
typename TypeT = Aws::String>
83 bool m_authHasBeenSet =
false;
86 bool m_parametersHasBeenSet =
false;
89 bool m_typeHasBeenSet =
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