7#include <aws/codepipeline/CodePipeline_EXPORTS.h>
8#include <aws/core/utils/DateTime.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
20namespace CodePipeline {
42 template <
typename RevisionT = Aws::String>
44 m_revisionHasBeenSet =
true;
45 m_revision = std::forward<RevisionT>(value);
47 template <
typename RevisionT = Aws::String>
60 template <
typename ChangeIdentifierT = Aws::String>
62 m_changeIdentifierHasBeenSet =
true;
63 m_changeIdentifier = std::forward<ChangeIdentifierT>(value);
65 template <
typename ChangeIdentifierT = Aws::String>
79 template <
typename CreatedT = Aws::Utils::DateTime>
81 m_createdHasBeenSet =
true;
82 m_created = std::forward<CreatedT>(value);
84 template <
typename CreatedT = Aws::Utils::DateTime>
97 template <
typename RevisionSummaryT = Aws::String>
99 m_revisionSummaryHasBeenSet =
true;
100 m_revisionSummary = std::forward<RevisionSummaryT>(value);
102 template <
typename RevisionSummaryT = Aws::String>
116 bool m_revisionHasBeenSet =
false;
117 bool m_changeIdentifierHasBeenSet =
false;
118 bool m_createdHasBeenSet =
false;
119 bool m_revisionSummaryHasBeenSet =
false;
const Aws::Utils::DateTime & GetCreated() const
void SetCreated(CreatedT &&value)
CurrentRevision & WithChangeIdentifier(ChangeIdentifierT &&value)
bool ChangeIdentifierHasBeenSet() const
void SetRevision(RevisionT &&value)
const Aws::String & GetRevision() const
const Aws::String & GetChangeIdentifier() const
const Aws::String & GetRevisionSummary() const
void SetChangeIdentifier(ChangeIdentifierT &&value)
AWS_CODEPIPELINE_API Aws::Utils::Json::JsonValue Jsonize() const
bool RevisionSummaryHasBeenSet() const
CurrentRevision & WithRevision(RevisionT &&value)
void SetRevisionSummary(RevisionSummaryT &&value)
CurrentRevision & WithRevisionSummary(RevisionSummaryT &&value)
AWS_CODEPIPELINE_API CurrentRevision & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_CODEPIPELINE_API CurrentRevision(Aws::Utils::Json::JsonView jsonValue)
AWS_CODEPIPELINE_API CurrentRevision()=default
bool RevisionHasBeenSet() const
CurrentRevision & WithCreated(CreatedT &&value)
bool CreatedHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue