7#include <aws/ssm/SSM_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/ssm/model/ParameterType.h>
10#include <aws/core/utils/DateTime.h>
11#include <aws/ssm/model/ParameterTier.h>
12#include <aws/core/utils/memory/stl/AWSVector.h>
13#include <aws/ssm/model/ParameterInlinePolicy.h>
53 template<
typename NameT = Aws::String>
54 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
55 template<
typename NameT = Aws::String>
65 template<
typename ARNT = Aws::String>
66 void SetARN(ARNT&& value) { m_aRNHasBeenSet =
true; m_aRN = std::forward<ARNT>(value); }
67 template<
typename ARNT = Aws::String>
89 template<
typename KeyIdT = Aws::String>
90 void SetKeyId(KeyIdT&& value) { m_keyIdHasBeenSet =
true; m_keyId = std::forward<KeyIdT>(value); }
91 template<
typename KeyIdT = Aws::String>
101 template<
typename LastModifiedDateT = Aws::Utils::DateTime>
102 void SetLastModifiedDate(LastModifiedDateT&& value) { m_lastModifiedDateHasBeenSet =
true; m_lastModifiedDate = std::forward<LastModifiedDateT>(value); }
103 template<
typename LastModifiedDateT = Aws::Utils::DateTime>
114 template<
typename LastModifiedUserT = Aws::String>
115 void SetLastModifiedUser(LastModifiedUserT&& value) { m_lastModifiedUserHasBeenSet =
true; m_lastModifiedUser = std::forward<LastModifiedUserT>(value); }
116 template<
typename LastModifiedUserT = Aws::String>
126 template<
typename DescriptionT = Aws::String>
127 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
128 template<
typename DescriptionT = Aws::String>
139 template<
typename AllowedPatternT = Aws::String>
140 void SetAllowedPattern(AllowedPatternT&& value) { m_allowedPatternHasBeenSet =
true; m_allowedPattern = std::forward<AllowedPatternT>(value); }
141 template<
typename AllowedPatternT = Aws::String>
151 inline void SetVersion(
long long value) { m_versionHasBeenSet =
true; m_version = value; }
171 template<
typename PoliciesT = Aws::Vector<ParameterInlinePolicy>>
172 void SetPolicies(PoliciesT&& value) { m_policiesHasBeenSet =
true; m_policies = std::forward<PoliciesT>(value); }
173 template<
typename PoliciesT = Aws::Vector<ParameterInlinePolicy>>
175 template<
typename PoliciesT = ParameterInlinePolicy>
176 ParameterMetadata&
AddPolicies(PoliciesT&& value) { m_policiesHasBeenSet =
true; m_policies.emplace_back(std::forward<PoliciesT>(value));
return *
this; }
186 template<
typename DataTypeT = Aws::String>
187 void SetDataType(DataTypeT&& value) { m_dataTypeHasBeenSet =
true; m_dataType = std::forward<DataTypeT>(value); }
188 template<
typename DataTypeT = Aws::String>
194 bool m_nameHasBeenSet =
false;
197 bool m_aRNHasBeenSet =
false;
200 bool m_typeHasBeenSet =
false;
203 bool m_keyIdHasBeenSet =
false;
206 bool m_lastModifiedDateHasBeenSet =
false;
209 bool m_lastModifiedUserHasBeenSet =
false;
212 bool m_descriptionHasBeenSet =
false;
215 bool m_allowedPatternHasBeenSet =
false;
217 long long m_version{0};
218 bool m_versionHasBeenSet =
false;
221 bool m_tierHasBeenSet =
false;
224 bool m_policiesHasBeenSet =
false;
227 bool m_dataTypeHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue