7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/ssm/SSM_EXPORTS.h>
10#include <aws/ssm/model/ParameterType.h>
43 template <
typename NameT = Aws::String>
45 m_nameHasBeenSet =
true;
46 m_name = std::forward<NameT>(value);
48 template <
typename NameT = Aws::String>
50 SetName(std::forward<NameT>(value));
66 m_typeHasBeenSet =
true;
83 template <
typename ValueT = Aws::String>
85 m_valueHasBeenSet =
true;
86 m_value = std::forward<ValueT>(value);
88 template <
typename ValueT = Aws::String>
90 SetValue(std::forward<ValueT>(value));
99 inline long long GetVersion()
const {
return m_version; }
102 m_versionHasBeenSet =
true;
119 template <
typename SelectorT = Aws::String>
121 m_selectorHasBeenSet =
true;
122 m_selector = std::forward<SelectorT>(value);
124 template <
typename SelectorT = Aws::String>
139 template <
typename SourceResultT = Aws::String>
141 m_sourceResultHasBeenSet =
true;
142 m_sourceResult = std::forward<SourceResultT>(value);
144 template <
typename SourceResultT = Aws::String>
158 template <
typename LastModifiedDateT = Aws::Utils::DateTime>
160 m_lastModifiedDateHasBeenSet =
true;
161 m_lastModifiedDate = std::forward<LastModifiedDateT>(value);
163 template <
typename LastModifiedDateT = Aws::Utils::DateTime>
176 template <
typename ARNT = Aws::String>
178 m_aRNHasBeenSet =
true;
179 m_aRN = std::forward<ARNT>(value);
181 template <
typename ARNT = Aws::String>
183 SetARN(std::forward<ARNT>(value));
195 template <
typename DataTypeT = Aws::String>
197 m_dataTypeHasBeenSet =
true;
198 m_dataType = std::forward<DataTypeT>(value);
200 template <
typename DataTypeT = Aws::String>
213 long long m_version{0};
224 bool m_nameHasBeenSet =
false;
225 bool m_typeHasBeenSet =
false;
226 bool m_valueHasBeenSet =
false;
227 bool m_versionHasBeenSet =
false;
228 bool m_selectorHasBeenSet =
false;
229 bool m_sourceResultHasBeenSet =
false;
230 bool m_lastModifiedDateHasBeenSet =
false;
231 bool m_aRNHasBeenSet =
false;
232 bool m_dataTypeHasBeenSet =
false;
long long GetVersion() const
void SetType(ParameterType value)
ParameterType GetType() const
bool ARNHasBeenSet() const
Parameter & WithLastModifiedDate(LastModifiedDateT &&value)
const Aws::String & GetSourceResult() const
const Aws::String & GetDataType() const
Parameter & WithSelector(SelectorT &&value)
Parameter & WithSourceResult(SourceResultT &&value)
Parameter & WithVersion(long long value)
Parameter & WithType(ParameterType value)
bool DataTypeHasBeenSet() const
void SetARN(ARNT &&value)
const Aws::String & GetARN() const
bool SourceResultHasBeenSet() const
void SetSelector(SelectorT &&value)
void SetSourceResult(SourceResultT &&value)
const Aws::String & GetName() const
bool ValueHasBeenSet() const
Parameter & WithARN(ARNT &&value)
Parameter & WithDataType(DataTypeT &&value)
void SetValue(ValueT &&value)
AWS_SSM_API Parameter & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_SSM_API Parameter()=default
bool LastModifiedDateHasBeenSet() const
Parameter & WithName(NameT &&value)
bool SelectorHasBeenSet() const
void SetName(NameT &&value)
void SetVersion(long long value)
const Aws::String & GetValue() const
bool TypeHasBeenSet() const
bool VersionHasBeenSet() const
AWS_SSM_API Parameter(Aws::Utils::Json::JsonView jsonValue)
AWS_SSM_API Aws::Utils::Json::JsonValue Jsonize() const
void SetDataType(DataTypeT &&value)
bool NameHasBeenSet() const
const Aws::Utils::DateTime & GetLastModifiedDate() const
void SetLastModifiedDate(LastModifiedDateT &&value)
const Aws::String & GetSelector() const
Parameter & WithValue(ValueT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue