7#include <aws/codepipeline/CodePipeline_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/DateTime.h>
48 template<
typename RevisionT = Aws::String>
49 void SetRevision(RevisionT&& value) { m_revisionHasBeenSet =
true; m_revision = std::forward<RevisionT>(value); }
50 template<
typename RevisionT = Aws::String>
60 template<
typename ChangeIdentifierT = Aws::String>
61 void SetChangeIdentifier(ChangeIdentifierT&& value) { m_changeIdentifierHasBeenSet =
true; m_changeIdentifier = std::forward<ChangeIdentifierT>(value); }
62 template<
typename ChangeIdentifierT = Aws::String>
73 template<
typename CreatedT = Aws::Utils::DateTime>
74 void SetCreated(CreatedT&& value) { m_createdHasBeenSet =
true; m_created = std::forward<CreatedT>(value); }
75 template<
typename CreatedT = Aws::Utils::DateTime>
85 template<
typename RevisionSummaryT = Aws::String>
86 void SetRevisionSummary(RevisionSummaryT&& value) { m_revisionSummaryHasBeenSet =
true; m_revisionSummary = std::forward<RevisionSummaryT>(value); }
87 template<
typename RevisionSummaryT = Aws::String>
93 bool m_revisionHasBeenSet =
false;
96 bool m_changeIdentifierHasBeenSet =
false;
99 bool m_createdHasBeenSet =
false;
102 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