/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include Container for request parameters to CreatePackage
* operation. See Also:
AWS
* API Reference
Unique identifier for the package.
*/ inline const Aws::String& GetPackageName() const{ return m_packageName; } /** *Unique identifier for the package.
*/ inline bool PackageNameHasBeenSet() const { return m_packageNameHasBeenSet; } /** *Unique identifier for the package.
*/ inline void SetPackageName(const Aws::String& value) { m_packageNameHasBeenSet = true; m_packageName = value; } /** *Unique identifier for the package.
*/ inline void SetPackageName(Aws::String&& value) { m_packageNameHasBeenSet = true; m_packageName = std::move(value); } /** *Unique identifier for the package.
*/ inline void SetPackageName(const char* value) { m_packageNameHasBeenSet = true; m_packageName.assign(value); } /** *Unique identifier for the package.
*/ inline CreatePackageRequest& WithPackageName(const Aws::String& value) { SetPackageName(value); return *this;} /** *Unique identifier for the package.
*/ inline CreatePackageRequest& WithPackageName(Aws::String&& value) { SetPackageName(std::move(value)); return *this;} /** *Unique identifier for the package.
*/ inline CreatePackageRequest& WithPackageName(const char* value) { SetPackageName(value); return *this;} /** *Type of package. Currently supports only TXT-DICTIONARY.
*/ inline const PackageType& GetPackageType() const{ return m_packageType; } /** *Type of package. Currently supports only TXT-DICTIONARY.
*/ inline bool PackageTypeHasBeenSet() const { return m_packageTypeHasBeenSet; } /** *Type of package. Currently supports only TXT-DICTIONARY.
*/ inline void SetPackageType(const PackageType& value) { m_packageTypeHasBeenSet = true; m_packageType = value; } /** *Type of package. Currently supports only TXT-DICTIONARY.
*/ inline void SetPackageType(PackageType&& value) { m_packageTypeHasBeenSet = true; m_packageType = std::move(value); } /** *Type of package. Currently supports only TXT-DICTIONARY.
*/ inline CreatePackageRequest& WithPackageType(const PackageType& value) { SetPackageType(value); return *this;} /** *Type of package. Currently supports only TXT-DICTIONARY.
*/ inline CreatePackageRequest& WithPackageType(PackageType&& value) { SetPackageType(std::move(value)); return *this;} /** *Description of the package.
*/ inline const Aws::String& GetPackageDescription() const{ return m_packageDescription; } /** *Description of the package.
*/ inline bool PackageDescriptionHasBeenSet() const { return m_packageDescriptionHasBeenSet; } /** *Description of the package.
*/ inline void SetPackageDescription(const Aws::String& value) { m_packageDescriptionHasBeenSet = true; m_packageDescription = value; } /** *Description of the package.
*/ inline void SetPackageDescription(Aws::String&& value) { m_packageDescriptionHasBeenSet = true; m_packageDescription = std::move(value); } /** *Description of the package.
*/ inline void SetPackageDescription(const char* value) { m_packageDescriptionHasBeenSet = true; m_packageDescription.assign(value); } /** *Description of the package.
*/ inline CreatePackageRequest& WithPackageDescription(const Aws::String& value) { SetPackageDescription(value); return *this;} /** *Description of the package.
*/ inline CreatePackageRequest& WithPackageDescription(Aws::String&& value) { SetPackageDescription(std::move(value)); return *this;} /** *Description of the package.
*/ inline CreatePackageRequest& WithPackageDescription(const char* value) { SetPackageDescription(value); return *this;} /** *The customer S3 location PackageSource
for importing the
* package.
The customer S3 location PackageSource
for importing the
* package.
The customer S3 location PackageSource
for importing the
* package.
The customer S3 location PackageSource
for importing the
* package.
The customer S3 location PackageSource
for importing the
* package.
The customer S3 location PackageSource
for importing the
* package.