7#include <aws/imagebuilder/Imagebuilder_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/imagebuilder/model/SsmParameterDataType.h>
50 template<
typename AmiAccountIdT = Aws::String>
51 void SetAmiAccountId(AmiAccountIdT&& value) { m_amiAccountIdHasBeenSet =
true; m_amiAccountId = std::forward<AmiAccountIdT>(value); }
52 template<
typename AmiAccountIdT = Aws::String>
64 template<
typename ParameterNameT = Aws::String>
65 void SetParameterName(ParameterNameT&& value) { m_parameterNameHasBeenSet =
true; m_parameterName = std::forward<ParameterNameT>(value); }
66 template<
typename ParameterNameT = Aws::String>
83 bool m_amiAccountIdHasBeenSet =
false;
86 bool m_parameterNameHasBeenSet =
false;
89 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