/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include Contains the revision and status of a package version. See
* Also:
AWS
* API Reference
The revision of a package version.
*/ inline const Aws::String& GetRevision() const{ return m_revision; } /** *The revision of a package version.
*/ inline bool RevisionHasBeenSet() const { return m_revisionHasBeenSet; } /** *The revision of a package version.
*/ inline void SetRevision(const Aws::String& value) { m_revisionHasBeenSet = true; m_revision = value; } /** *The revision of a package version.
*/ inline void SetRevision(Aws::String&& value) { m_revisionHasBeenSet = true; m_revision = std::move(value); } /** *The revision of a package version.
*/ inline void SetRevision(const char* value) { m_revisionHasBeenSet = true; m_revision.assign(value); } /** *The revision of a package version.
*/ inline SuccessfulPackageVersionInfo& WithRevision(const Aws::String& value) { SetRevision(value); return *this;} /** *The revision of a package version.
*/ inline SuccessfulPackageVersionInfo& WithRevision(Aws::String&& value) { SetRevision(std::move(value)); return *this;} /** *The revision of a package version.
*/ inline SuccessfulPackageVersionInfo& WithRevision(const char* value) { SetRevision(value); return *this;} /** *The status of a package version. Valid statuses are:
* Published
Unfinished
Unlisted
Archived
Disposed
The status of a package version. Valid statuses are:
* Published
Unfinished
Unlisted
Archived
Disposed
The status of a package version. Valid statuses are:
* Published
Unfinished
Unlisted
Archived
Disposed
The status of a package version. Valid statuses are:
* Published
Unfinished
Unlisted
Archived
Disposed
The status of a package version. Valid statuses are:
* Published
Unfinished
Unlisted
Archived
Disposed
The status of a package version. Valid statuses are:
* Published
Unfinished
Unlisted
Archived
Disposed