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/DocumentFormat.h>
11#include <aws/ssm/model/DocumentStatus.h>
12#include <aws/ssm/model/ReviewStatus.h>
44 template <
typename NameT = Aws::String>
46 m_nameHasBeenSet =
true;
47 m_name = std::forward<NameT>(value);
49 template <
typename NameT = Aws::String>
51 SetName(std::forward<NameT>(value));
64 template <
typename DisplayNameT = Aws::String>
66 m_displayNameHasBeenSet =
true;
67 m_displayName = std::forward<DisplayNameT>(value);
69 template <
typename DisplayNameT = Aws::String>
82 template <
typename DocumentVersionT = Aws::String>
84 m_documentVersionHasBeenSet =
true;
85 m_documentVersion = std::forward<DocumentVersionT>(value);
87 template <
typename DocumentVersionT = Aws::String>
102 template <
typename VersionNameT = Aws::String>
104 m_versionNameHasBeenSet =
true;
105 m_versionName = std::forward<VersionNameT>(value);
107 template <
typename VersionNameT = Aws::String>
120 template <
typename CreatedDateT = Aws::Utils::DateTime>
122 m_createdDateHasBeenSet =
true;
123 m_createdDate = std::forward<CreatedDateT>(value);
125 template <
typename CreatedDateT = Aws::Utils::DateTime>
139 m_isDefaultVersionHasBeenSet =
true;
140 m_isDefaultVersion = value;
155 m_documentFormatHasBeenSet =
true;
156 m_documentFormat = value;
172 m_statusHasBeenSet =
true;
190 template <
typename StatusInformationT = Aws::String>
192 m_statusInformationHasBeenSet =
true;
193 m_statusInformation = std::forward<StatusInformationT>(value);
195 template <
typename StatusInformationT = Aws::String>
210 m_reviewStatusHasBeenSet =
true;
211 m_reviewStatus = value;
229 bool m_isDefaultVersion{
false};
238 bool m_nameHasBeenSet =
false;
239 bool m_displayNameHasBeenSet =
false;
240 bool m_documentVersionHasBeenSet =
false;
241 bool m_versionNameHasBeenSet =
false;
242 bool m_createdDateHasBeenSet =
false;
243 bool m_isDefaultVersionHasBeenSet =
false;
244 bool m_documentFormatHasBeenSet =
false;
245 bool m_statusHasBeenSet =
false;
246 bool m_statusInformationHasBeenSet =
false;
247 bool m_reviewStatusHasBeenSet =
false;
void SetDocumentFormat(DocumentFormat value)
bool GetIsDefaultVersion() const
bool DocumentVersionHasBeenSet() const
const Aws::String & GetVersionName() const
DocumentVersionInfo & WithStatusInformation(StatusInformationT &&value)
AWS_SSM_API DocumentVersionInfo()=default
void SetReviewStatus(ReviewStatus value)
DocumentVersionInfo & WithDocumentFormat(DocumentFormat value)
DocumentVersionInfo & WithCreatedDate(CreatedDateT &&value)
bool ReviewStatusHasBeenSet() const
const Aws::Utils::DateTime & GetCreatedDate() const
DocumentFormat GetDocumentFormat() const
void SetDocumentVersion(DocumentVersionT &&value)
const Aws::String & GetName() const
DocumentStatus GetStatus() const
DocumentVersionInfo & WithName(NameT &&value)
const Aws::String & GetDisplayName() const
void SetStatusInformation(StatusInformationT &&value)
DocumentVersionInfo & WithVersionName(VersionNameT &&value)
bool StatusInformationHasBeenSet() const
ReviewStatus GetReviewStatus() const
bool CreatedDateHasBeenSet() const
DocumentVersionInfo & WithStatus(DocumentStatus value)
bool IsDefaultVersionHasBeenSet() const
void SetName(NameT &&value)
void SetVersionName(VersionNameT &&value)
bool StatusHasBeenSet() const
DocumentVersionInfo & WithIsDefaultVersion(bool value)
AWS_SSM_API Aws::Utils::Json::JsonValue Jsonize() const
DocumentVersionInfo & WithReviewStatus(ReviewStatus value)
const Aws::String & GetDocumentVersion() const
bool VersionNameHasBeenSet() const
void SetDisplayName(DisplayNameT &&value)
DocumentVersionInfo & WithDisplayName(DisplayNameT &&value)
bool NameHasBeenSet() const
const Aws::String & GetStatusInformation() const
AWS_SSM_API DocumentVersionInfo & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetIsDefaultVersion(bool value)
DocumentVersionInfo & WithDocumentVersion(DocumentVersionT &&value)
bool DisplayNameHasBeenSet() const
void SetCreatedDate(CreatedDateT &&value)
bool DocumentFormatHasBeenSet() const
void SetStatus(DocumentStatus value)
AWS_SSM_API DocumentVersionInfo(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue