7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/ssm/SSM_EXPORTS.h>
11#include <aws/ssm/model/DocumentFormat.h>
12#include <aws/ssm/model/DocumentRequires.h>
13#include <aws/ssm/model/DocumentType.h>
14#include <aws/ssm/model/PlatformType.h>
15#include <aws/ssm/model/ReviewStatus.h>
16#include <aws/ssm/model/Tag.h>
48 template <
typename NameT = Aws::String>
50 m_nameHasBeenSet =
true;
51 m_name = std::forward<NameT>(value);
53 template <
typename NameT = Aws::String>
55 SetName(std::forward<NameT>(value));
66 template <
typename CreatedDateT = Aws::Utils::DateTime>
68 m_createdDateHasBeenSet =
true;
69 m_createdDate = std::forward<CreatedDateT>(value);
71 template <
typename CreatedDateT = Aws::Utils::DateTime>
86 template <
typename DisplayNameT = Aws::String>
88 m_displayNameHasBeenSet =
true;
89 m_displayName = std::forward<DisplayNameT>(value);
91 template <
typename DisplayNameT = Aws::String>
104 template <
typename OwnerT = Aws::String>
106 m_ownerHasBeenSet =
true;
107 m_owner = std::forward<OwnerT>(value);
109 template <
typename OwnerT = Aws::String>
111 SetOwner(std::forward<OwnerT>(value));
124 template <
typename VersionNameT = Aws::String>
126 m_versionNameHasBeenSet =
true;
127 m_versionName = std::forward<VersionNameT>(value);
129 template <
typename VersionNameT = Aws::String>
142 template <
typename PlatformTypesT = Aws::Vector<PlatformType>>
144 m_platformTypesHasBeenSet =
true;
145 m_platformTypes = std::forward<PlatformTypesT>(value);
147 template <
typename PlatformTypesT = Aws::Vector<PlatformType>>
153 m_platformTypesHasBeenSet =
true;
154 m_platformTypes.push_back(value);
165 template <
typename DocumentVersionT = Aws::String>
167 m_documentVersionHasBeenSet =
true;
168 m_documentVersion = std::forward<DocumentVersionT>(value);
170 template <
typename DocumentVersionT = Aws::String>
184 m_documentTypeHasBeenSet =
true;
185 m_documentType = value;
199 template <
typename SchemaVersionT = Aws::String>
201 m_schemaVersionHasBeenSet =
true;
202 m_schemaVersion = std::forward<SchemaVersionT>(value);
204 template <
typename SchemaVersionT = Aws::String>
218 m_documentFormatHasBeenSet =
true;
219 m_documentFormat = value;
238 template <
typename TargetTypeT = Aws::String>
240 m_targetTypeHasBeenSet =
true;
241 m_targetType = std::forward<TargetTypeT>(value);
243 template <
typename TargetTypeT = Aws::String>
256 template <
typename TagsT = Aws::Vector<Tag>>
258 m_tagsHasBeenSet =
true;
259 m_tags = std::forward<TagsT>(value);
261 template <
typename TagsT = Aws::Vector<Tag>>
263 SetTags(std::forward<TagsT>(value));
266 template <
typename TagsT = Tag>
268 m_tagsHasBeenSet =
true;
269 m_tags.emplace_back(std::forward<TagsT>(value));
282 template <
typename RequiresT = Aws::Vector<DocumentRequires>>
284 m_requiresHasBeenSet =
true;
285 m_requires = std::forward<RequiresT>(value);
287 template <
typename RequiresT = Aws::Vector<DocumentRequires>>
292 template <
typename RequiresT = DocumentRequires>
294 m_requiresHasBeenSet =
true;
295 m_requires.emplace_back(std::forward<RequiresT>(value));
307 m_reviewStatusHasBeenSet =
true;
308 m_reviewStatus = value;
322 template <
typename AuthorT = Aws::String>
324 m_authorHasBeenSet =
true;
325 m_author = std::forward<AuthorT>(value);
327 template <
typename AuthorT = Aws::String>
363 bool m_nameHasBeenSet =
false;
364 bool m_createdDateHasBeenSet =
false;
365 bool m_displayNameHasBeenSet =
false;
366 bool m_ownerHasBeenSet =
false;
367 bool m_versionNameHasBeenSet =
false;
368 bool m_platformTypesHasBeenSet =
false;
369 bool m_documentVersionHasBeenSet =
false;
370 bool m_documentTypeHasBeenSet =
false;
371 bool m_schemaVersionHasBeenSet =
false;
372 bool m_documentFormatHasBeenSet =
false;
373 bool m_targetTypeHasBeenSet =
false;
374 bool m_tagsHasBeenSet =
false;
375 bool m_requiresHasBeenSet =
false;
376 bool m_reviewStatusHasBeenSet =
false;
377 bool m_authorHasBeenSet =
false;
void SetOwner(OwnerT &&value)
bool TagsHasBeenSet() const
bool ReviewStatusHasBeenSet() const
const Aws::String & GetVersionName() const
void SetDocumentType(DocumentType value)
void SetAuthor(AuthorT &&value)
ReviewStatus GetReviewStatus() const
DocumentIdentifier & WithDocumentType(DocumentType value)
const Aws::Vector< PlatformType > & GetPlatformTypes() const
void SetDisplayName(DisplayNameT &&value)
DocumentIdentifier & WithDisplayName(DisplayNameT &&value)
void SetName(NameT &&value)
DocumentIdentifier & AddTags(TagsT &&value)
DocumentIdentifier & WithDocumentFormat(DocumentFormat value)
DocumentIdentifier & WithOwner(OwnerT &&value)
bool NameHasBeenSet() const
bool AuthorHasBeenSet() const
DocumentType GetDocumentType() const
void SetDocumentFormat(DocumentFormat value)
bool DocumentVersionHasBeenSet() const
const Aws::String & GetTargetType() const
AWS_SSM_API DocumentIdentifier & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetPlatformTypes(PlatformTypesT &&value)
bool CreatedDateHasBeenSet() const
void SetSchemaVersion(SchemaVersionT &&value)
const Aws::String & GetSchemaVersion() const
AWS_SSM_API DocumentIdentifier(Aws::Utils::Json::JsonView jsonValue)
const Aws::Vector< DocumentRequires > & GetRequires() const
bool DocumentFormatHasBeenSet() const
DocumentIdentifier & WithCreatedDate(CreatedDateT &&value)
bool DocumentTypeHasBeenSet() const
DocumentIdentifier & WithSchemaVersion(SchemaVersionT &&value)
const Aws::String & GetName() const
bool DisplayNameHasBeenSet() const
const Aws::Utils::DateTime & GetCreatedDate() const
const Aws::String & GetAuthor() const
const Aws::Vector< Tag > & GetTags() const
DocumentIdentifier & WithTags(TagsT &&value)
bool SchemaVersionHasBeenSet() const
void SetReviewStatus(ReviewStatus value)
DocumentIdentifier & WithDocumentVersion(DocumentVersionT &&value)
void SetDocumentVersion(DocumentVersionT &&value)
DocumentIdentifier & WithRequires(RequiresT &&value)
bool RequiresHasBeenSet() const
const Aws::String & GetDisplayName() const
const Aws::String & GetOwner() const
void SetRequires(RequiresT &&value)
DocumentIdentifier & WithVersionName(VersionNameT &&value)
AWS_SSM_API DocumentIdentifier()=default
void SetVersionName(VersionNameT &&value)
bool TargetTypeHasBeenSet() const
const Aws::String & GetDocumentVersion() const
void SetTargetType(TargetTypeT &&value)
DocumentIdentifier & WithReviewStatus(ReviewStatus value)
bool PlatformTypesHasBeenSet() const
void SetCreatedDate(CreatedDateT &&value)
DocumentIdentifier & WithTargetType(TargetTypeT &&value)
DocumentIdentifier & AddRequires(RequiresT &&value)
AWS_SSM_API Aws::Utils::Json::JsonValue Jsonize() const
DocumentIdentifier & WithName(NameT &&value)
DocumentIdentifier & WithPlatformTypes(PlatformTypesT &&value)
void SetTags(TagsT &&value)
bool OwnerHasBeenSet() const
DocumentIdentifier & WithAuthor(AuthorT &&value)
DocumentFormat GetDocumentFormat() const
bool VersionNameHasBeenSet() const
DocumentIdentifier & AddPlatformTypes(PlatformType value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue