/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include Container for request parameters to UpdatePackage
* operation. See Also:
AWS
* API Reference
Unique identifier for the package.
*/ inline const Aws::String& GetPackageID() const{ return m_packageID; } /** *Unique identifier for the package.
*/ inline bool PackageIDHasBeenSet() const { return m_packageIDHasBeenSet; } /** *Unique identifier for the package.
*/ inline void SetPackageID(const Aws::String& value) { m_packageIDHasBeenSet = true; m_packageID = value; } /** *Unique identifier for the package.
*/ inline void SetPackageID(Aws::String&& value) { m_packageIDHasBeenSet = true; m_packageID = std::move(value); } /** *Unique identifier for the package.
*/ inline void SetPackageID(const char* value) { m_packageIDHasBeenSet = true; m_packageID.assign(value); } /** *Unique identifier for the package.
*/ inline UpdatePackageRequest& WithPackageID(const Aws::String& value) { SetPackageID(value); return *this;} /** *Unique identifier for the package.
*/ inline UpdatePackageRequest& WithPackageID(Aws::String&& value) { SetPackageID(std::move(value)); return *this;} /** *Unique identifier for the package.
*/ inline UpdatePackageRequest& WithPackageID(const char* value) { SetPackageID(value); return *this;} inline const PackageSource& GetPackageSource() const{ return m_packageSource; } inline bool PackageSourceHasBeenSet() const { return m_packageSourceHasBeenSet; } inline void SetPackageSource(const PackageSource& value) { m_packageSourceHasBeenSet = true; m_packageSource = value; } inline void SetPackageSource(PackageSource&& value) { m_packageSourceHasBeenSet = true; m_packageSource = std::move(value); } inline UpdatePackageRequest& WithPackageSource(const PackageSource& value) { SetPackageSource(value); return *this;} inline UpdatePackageRequest& WithPackageSource(PackageSource&& value) { SetPackageSource(std::move(value)); return *this;} /** *New description of the package.
*/ inline const Aws::String& GetPackageDescription() const{ return m_packageDescription; } /** *New description of the package.
*/ inline bool PackageDescriptionHasBeenSet() const { return m_packageDescriptionHasBeenSet; } /** *New description of the package.
*/ inline void SetPackageDescription(const Aws::String& value) { m_packageDescriptionHasBeenSet = true; m_packageDescription = value; } /** *New description of the package.
*/ inline void SetPackageDescription(Aws::String&& value) { m_packageDescriptionHasBeenSet = true; m_packageDescription = std::move(value); } /** *New description of the package.
*/ inline void SetPackageDescription(const char* value) { m_packageDescriptionHasBeenSet = true; m_packageDescription.assign(value); } /** *New description of the package.
*/ inline UpdatePackageRequest& WithPackageDescription(const Aws::String& value) { SetPackageDescription(value); return *this;} /** *New description of the package.
*/ inline UpdatePackageRequest& WithPackageDescription(Aws::String&& value) { SetPackageDescription(std::move(value)); return *this;} /** *New description of the package.
*/ inline UpdatePackageRequest& WithPackageDescription(const char* value) { SetPackageDescription(value); return *this;} /** *An info message for the new version which will be shown as part of
* GetPackageVersionHistoryResponse
.
An info message for the new version which will be shown as part of
* GetPackageVersionHistoryResponse
.
An info message for the new version which will be shown as part of
* GetPackageVersionHistoryResponse
.
An info message for the new version which will be shown as part of
* GetPackageVersionHistoryResponse
.
An info message for the new version which will be shown as part of
* GetPackageVersionHistoryResponse
.
An info message for the new version which will be shown as part of
* GetPackageVersionHistoryResponse
.
An info message for the new version which will be shown as part of
* GetPackageVersionHistoryResponse
.
An info message for the new version which will be shown as part of
* GetPackageVersionHistoryResponse
.