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>
55 inline void SetName(
const char* value) { m_nameHasBeenSet =
true; m_name.assign(value); }
68 inline void SetARN(
Aws::String&& value) { m_aRNHasBeenSet =
true; m_aRN = std::move(value); }
69 inline void SetARN(
const char* value) { m_aRNHasBeenSet =
true; m_aRN.assign(value); }
97 inline void SetKeyId(
const char* value) { m_keyIdHasBeenSet =
true; m_keyId.assign(value); }
124 inline void SetLastModifiedUser(
const char* value) { m_lastModifiedUserHasBeenSet =
true; m_lastModifiedUser.assign(value); }
138 inline void SetDescription(
const char* value) { m_descriptionHasBeenSet =
true; m_description.assign(value); }
153 inline void SetAllowedPattern(
const char* value) { m_allowedPatternHasBeenSet =
true; m_allowedPattern.assign(value); }
165 inline void SetVersion(
long long value) { m_versionHasBeenSet =
true; m_version = value; }
204 inline void SetDataType(
const char* value) { m_dataTypeHasBeenSet =
true; m_dataType.assign(value); }
212 bool m_nameHasBeenSet =
false;
215 bool m_aRNHasBeenSet =
false;
218 bool m_typeHasBeenSet =
false;
221 bool m_keyIdHasBeenSet =
false;
224 bool m_lastModifiedDateHasBeenSet =
false;
227 bool m_lastModifiedUserHasBeenSet =
false;
230 bool m_descriptionHasBeenSet =
false;
233 bool m_allowedPatternHasBeenSet =
false;
236 bool m_versionHasBeenSet =
false;
239 bool m_tierHasBeenSet =
false;
242 bool m_policiesHasBeenSet =
false;
245 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