7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/imagebuilder/Imagebuilder_EXPORTS.h>
9#include <aws/imagebuilder/model/SsmParameterDataType.h>
20namespace imagebuilder {
44 template <
typename AmiAccountIdT = Aws::String>
46 m_amiAccountIdHasBeenSet =
true;
47 m_amiAccountId = std::forward<AmiAccountIdT>(value);
49 template <
typename AmiAccountIdT = Aws::String>
64 template <
typename ParameterNameT = Aws::String>
66 m_parameterNameHasBeenSet =
true;
67 m_parameterName = std::forward<ParameterNameT>(value);
69 template <
typename ParameterNameT = Aws::String>
84 m_dataTypeHasBeenSet =
true;
98 bool m_amiAccountIdHasBeenSet =
false;
99 bool m_parameterNameHasBeenSet =
false;
100 bool m_dataTypeHasBeenSet =
false;
void SetParameterName(ParameterNameT &&value)
const Aws::String & GetAmiAccountId() const
const Aws::String & GetParameterName() const
bool ParameterNameHasBeenSet() const
void SetDataType(SsmParameterDataType value)
AWS_IMAGEBUILDER_API SsmParameterConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
SsmParameterDataType GetDataType() const
AWS_IMAGEBUILDER_API SsmParameterConfiguration()=default
void SetAmiAccountId(AmiAccountIdT &&value)
SsmParameterConfiguration & WithDataType(SsmParameterDataType value)
SsmParameterConfiguration & WithParameterName(ParameterNameT &&value)
AWS_IMAGEBUILDER_API SsmParameterConfiguration(Aws::Utils::Json::JsonView jsonValue)
bool AmiAccountIdHasBeenSet() const
bool DataTypeHasBeenSet() const
AWS_IMAGEBUILDER_API Aws::Utils::Json::JsonValue Jsonize() const
SsmParameterConfiguration & WithAmiAccountId(AmiAccountIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue