/** * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * SPDX-License-Identifier: Apache-2.0. */ #pragma once #include #include #include #include #include namespace Aws { namespace Http { class URI; } //namespace Http namespace CodeArtifact { namespace Model { /** */ class ListPackageVersionDependenciesRequest : public CodeArtifactRequest { public: AWS_CODEARTIFACT_API ListPackageVersionDependenciesRequest(); // Service request name is the Operation name which will send this request out, // each operation should has unique request name, so that we can get operation's name from this request. // Note: this is not true for response, multiple operations may have the same response name, // so we can not get operation's name from response. inline virtual const char* GetServiceRequestName() const override { return "ListPackageVersionDependencies"; } AWS_CODEARTIFACT_API Aws::String SerializePayload() const override; AWS_CODEARTIFACT_API void AddQueryStringParameters(Aws::Http::URI& uri) const override; /** *

The name of the domain that contains the repository that contains the * requested package version dependencies.

*/ inline const Aws::String& GetDomain() const{ return m_domain; } /** *

The name of the domain that contains the repository that contains the * requested package version dependencies.

*/ inline bool DomainHasBeenSet() const { return m_domainHasBeenSet; } /** *

The name of the domain that contains the repository that contains the * requested package version dependencies.

*/ inline void SetDomain(const Aws::String& value) { m_domainHasBeenSet = true; m_domain = value; } /** *

The name of the domain that contains the repository that contains the * requested package version dependencies.

*/ inline void SetDomain(Aws::String&& value) { m_domainHasBeenSet = true; m_domain = std::move(value); } /** *

The name of the domain that contains the repository that contains the * requested package version dependencies.

*/ inline void SetDomain(const char* value) { m_domainHasBeenSet = true; m_domain.assign(value); } /** *

The name of the domain that contains the repository that contains the * requested package version dependencies.

*/ inline ListPackageVersionDependenciesRequest& WithDomain(const Aws::String& value) { SetDomain(value); return *this;} /** *

The name of the domain that contains the repository that contains the * requested package version dependencies.

*/ inline ListPackageVersionDependenciesRequest& WithDomain(Aws::String&& value) { SetDomain(std::move(value)); return *this;} /** *

The name of the domain that contains the repository that contains the * requested package version dependencies.

*/ inline ListPackageVersionDependenciesRequest& WithDomain(const char* value) { SetDomain(value); return *this;} /** *

The 12-digit account number of the Amazon Web Services account that owns the * domain. It does not include dashes or spaces.

*/ inline const Aws::String& GetDomainOwner() const{ return m_domainOwner; } /** *

The 12-digit account number of the Amazon Web Services account that owns the * domain. It does not include dashes or spaces.

*/ inline bool DomainOwnerHasBeenSet() const { return m_domainOwnerHasBeenSet; } /** *

The 12-digit account number of the Amazon Web Services account that owns the * domain. It does not include dashes or spaces.

*/ inline void SetDomainOwner(const Aws::String& value) { m_domainOwnerHasBeenSet = true; m_domainOwner = value; } /** *

The 12-digit account number of the Amazon Web Services account that owns the * domain. It does not include dashes or spaces.

*/ inline void SetDomainOwner(Aws::String&& value) { m_domainOwnerHasBeenSet = true; m_domainOwner = std::move(value); } /** *

The 12-digit account number of the Amazon Web Services account that owns the * domain. It does not include dashes or spaces.

*/ inline void SetDomainOwner(const char* value) { m_domainOwnerHasBeenSet = true; m_domainOwner.assign(value); } /** *

The 12-digit account number of the Amazon Web Services account that owns the * domain. It does not include dashes or spaces.

*/ inline ListPackageVersionDependenciesRequest& WithDomainOwner(const Aws::String& value) { SetDomainOwner(value); return *this;} /** *

The 12-digit account number of the Amazon Web Services account that owns the * domain. It does not include dashes or spaces.

*/ inline ListPackageVersionDependenciesRequest& WithDomainOwner(Aws::String&& value) { SetDomainOwner(std::move(value)); return *this;} /** *

The 12-digit account number of the Amazon Web Services account that owns the * domain. It does not include dashes or spaces.

*/ inline ListPackageVersionDependenciesRequest& WithDomainOwner(const char* value) { SetDomainOwner(value); return *this;} /** *

The name of the repository that contains the requested package version.

*/ inline const Aws::String& GetRepository() const{ return m_repository; } /** *

The name of the repository that contains the requested package version.

*/ inline bool RepositoryHasBeenSet() const { return m_repositoryHasBeenSet; } /** *

The name of the repository that contains the requested package version.

*/ inline void SetRepository(const Aws::String& value) { m_repositoryHasBeenSet = true; m_repository = value; } /** *

The name of the repository that contains the requested package version.

*/ inline void SetRepository(Aws::String&& value) { m_repositoryHasBeenSet = true; m_repository = std::move(value); } /** *

The name of the repository that contains the requested package version.

*/ inline void SetRepository(const char* value) { m_repositoryHasBeenSet = true; m_repository.assign(value); } /** *

The name of the repository that contains the requested package version.

*/ inline ListPackageVersionDependenciesRequest& WithRepository(const Aws::String& value) { SetRepository(value); return *this;} /** *

The name of the repository that contains the requested package version.

*/ inline ListPackageVersionDependenciesRequest& WithRepository(Aws::String&& value) { SetRepository(std::move(value)); return *this;} /** *

The name of the repository that contains the requested package version.

*/ inline ListPackageVersionDependenciesRequest& WithRepository(const char* value) { SetRepository(value); return *this;} /** *

The format of the package with the requested dependencies.

*/ inline const PackageFormat& GetFormat() const{ return m_format; } /** *

The format of the package with the requested dependencies.

*/ inline bool FormatHasBeenSet() const { return m_formatHasBeenSet; } /** *

The format of the package with the requested dependencies.

*/ inline void SetFormat(const PackageFormat& value) { m_formatHasBeenSet = true; m_format = value; } /** *

The format of the package with the requested dependencies.

*/ inline void SetFormat(PackageFormat&& value) { m_formatHasBeenSet = true; m_format = std::move(value); } /** *

The format of the package with the requested dependencies.

*/ inline ListPackageVersionDependenciesRequest& WithFormat(const PackageFormat& value) { SetFormat(value); return *this;} /** *

The format of the package with the requested dependencies.

*/ inline ListPackageVersionDependenciesRequest& WithFormat(PackageFormat&& value) { SetFormat(std::move(value)); return *this;} /** *

The namespace of the package version with the requested dependencies. The * package version component that specifies its namespace depends on its type. For * example:

  • The namespace of a Maven package version is its * groupId.

  • The namespace of an npm package * version is its scope.

  • Python and NuGet package * versions do not contain a corresponding component, package versions of those * formats do not have a namespace.

  • The namespace of a generic * package is its namespace.

*/ inline const Aws::String& GetNamespace() const{ return m_namespace; } /** *

The namespace of the package version with the requested dependencies. The * package version component that specifies its namespace depends on its type. For * example:

  • The namespace of a Maven package version is its * groupId.

  • The namespace of an npm package * version is its scope.

  • Python and NuGet package * versions do not contain a corresponding component, package versions of those * formats do not have a namespace.

  • The namespace of a generic * package is its namespace.

*/ inline bool NamespaceHasBeenSet() const { return m_namespaceHasBeenSet; } /** *

The namespace of the package version with the requested dependencies. The * package version component that specifies its namespace depends on its type. For * example:

  • The namespace of a Maven package version is its * groupId.

  • The namespace of an npm package * version is its scope.

  • Python and NuGet package * versions do not contain a corresponding component, package versions of those * formats do not have a namespace.

  • The namespace of a generic * package is its namespace.

*/ inline void SetNamespace(const Aws::String& value) { m_namespaceHasBeenSet = true; m_namespace = value; } /** *

The namespace of the package version with the requested dependencies. The * package version component that specifies its namespace depends on its type. For * example:

  • The namespace of a Maven package version is its * groupId.

  • The namespace of an npm package * version is its scope.

  • Python and NuGet package * versions do not contain a corresponding component, package versions of those * formats do not have a namespace.

  • The namespace of a generic * package is its namespace.

*/ inline void SetNamespace(Aws::String&& value) { m_namespaceHasBeenSet = true; m_namespace = std::move(value); } /** *

The namespace of the package version with the requested dependencies. The * package version component that specifies its namespace depends on its type. For * example:

  • The namespace of a Maven package version is its * groupId.

  • The namespace of an npm package * version is its scope.

  • Python and NuGet package * versions do not contain a corresponding component, package versions of those * formats do not have a namespace.

  • The namespace of a generic * package is its namespace.

*/ inline void SetNamespace(const char* value) { m_namespaceHasBeenSet = true; m_namespace.assign(value); } /** *

The namespace of the package version with the requested dependencies. The * package version component that specifies its namespace depends on its type. For * example:

  • The namespace of a Maven package version is its * groupId.

  • The namespace of an npm package * version is its scope.

  • Python and NuGet package * versions do not contain a corresponding component, package versions of those * formats do not have a namespace.

  • The namespace of a generic * package is its namespace.

*/ inline ListPackageVersionDependenciesRequest& WithNamespace(const Aws::String& value) { SetNamespace(value); return *this;} /** *

The namespace of the package version with the requested dependencies. The * package version component that specifies its namespace depends on its type. For * example:

  • The namespace of a Maven package version is its * groupId.

  • The namespace of an npm package * version is its scope.

  • Python and NuGet package * versions do not contain a corresponding component, package versions of those * formats do not have a namespace.

  • The namespace of a generic * package is its namespace.

*/ inline ListPackageVersionDependenciesRequest& WithNamespace(Aws::String&& value) { SetNamespace(std::move(value)); return *this;} /** *

The namespace of the package version with the requested dependencies. The * package version component that specifies its namespace depends on its type. For * example:

  • The namespace of a Maven package version is its * groupId.

  • The namespace of an npm package * version is its scope.

  • Python and NuGet package * versions do not contain a corresponding component, package versions of those * formats do not have a namespace.

  • The namespace of a generic * package is its namespace.

*/ inline ListPackageVersionDependenciesRequest& WithNamespace(const char* value) { SetNamespace(value); return *this;} /** *

The name of the package versions' package.

*/ inline const Aws::String& GetPackage() const{ return m_package; } /** *

The name of the package versions' package.

*/ inline bool PackageHasBeenSet() const { return m_packageHasBeenSet; } /** *

The name of the package versions' package.

*/ inline void SetPackage(const Aws::String& value) { m_packageHasBeenSet = true; m_package = value; } /** *

The name of the package versions' package.

*/ inline void SetPackage(Aws::String&& value) { m_packageHasBeenSet = true; m_package = std::move(value); } /** *

The name of the package versions' package.

*/ inline void SetPackage(const char* value) { m_packageHasBeenSet = true; m_package.assign(value); } /** *

The name of the package versions' package.

*/ inline ListPackageVersionDependenciesRequest& WithPackage(const Aws::String& value) { SetPackage(value); return *this;} /** *

The name of the package versions' package.

*/ inline ListPackageVersionDependenciesRequest& WithPackage(Aws::String&& value) { SetPackage(std::move(value)); return *this;} /** *

The name of the package versions' package.

*/ inline ListPackageVersionDependenciesRequest& WithPackage(const char* value) { SetPackage(value); return *this;} /** *

A string that contains the package version (for example, * 3.5.2).

*/ inline const Aws::String& GetPackageVersion() const{ return m_packageVersion; } /** *

A string that contains the package version (for example, * 3.5.2).

*/ inline bool PackageVersionHasBeenSet() const { return m_packageVersionHasBeenSet; } /** *

A string that contains the package version (for example, * 3.5.2).

*/ inline void SetPackageVersion(const Aws::String& value) { m_packageVersionHasBeenSet = true; m_packageVersion = value; } /** *

A string that contains the package version (for example, * 3.5.2).

*/ inline void SetPackageVersion(Aws::String&& value) { m_packageVersionHasBeenSet = true; m_packageVersion = std::move(value); } /** *

A string that contains the package version (for example, * 3.5.2).

*/ inline void SetPackageVersion(const char* value) { m_packageVersionHasBeenSet = true; m_packageVersion.assign(value); } /** *

A string that contains the package version (for example, * 3.5.2).

*/ inline ListPackageVersionDependenciesRequest& WithPackageVersion(const Aws::String& value) { SetPackageVersion(value); return *this;} /** *

A string that contains the package version (for example, * 3.5.2).

*/ inline ListPackageVersionDependenciesRequest& WithPackageVersion(Aws::String&& value) { SetPackageVersion(std::move(value)); return *this;} /** *

A string that contains the package version (for example, * 3.5.2).

*/ inline ListPackageVersionDependenciesRequest& WithPackageVersion(const char* value) { SetPackageVersion(value); return *this;} /** *

The token for the next set of results. Use the value returned in the * previous response in the next request to retrieve the next set of results.

*/ inline const Aws::String& GetNextToken() const{ return m_nextToken; } /** *

The token for the next set of results. Use the value returned in the * previous response in the next request to retrieve the next set of results.

*/ inline bool NextTokenHasBeenSet() const { return m_nextTokenHasBeenSet; } /** *

The token for the next set of results. Use the value returned in the * previous response in the next request to retrieve the next set of results.

*/ inline void SetNextToken(const Aws::String& value) { m_nextTokenHasBeenSet = true; m_nextToken = value; } /** *

The token for the next set of results. Use the value returned in the * previous response in the next request to retrieve the next set of results.

*/ inline void SetNextToken(Aws::String&& value) { m_nextTokenHasBeenSet = true; m_nextToken = std::move(value); } /** *

The token for the next set of results. Use the value returned in the * previous response in the next request to retrieve the next set of results.

*/ inline void SetNextToken(const char* value) { m_nextTokenHasBeenSet = true; m_nextToken.assign(value); } /** *

The token for the next set of results. Use the value returned in the * previous response in the next request to retrieve the next set of results.

*/ inline ListPackageVersionDependenciesRequest& WithNextToken(const Aws::String& value) { SetNextToken(value); return *this;} /** *

The token for the next set of results. Use the value returned in the * previous response in the next request to retrieve the next set of results.

*/ inline ListPackageVersionDependenciesRequest& WithNextToken(Aws::String&& value) { SetNextToken(std::move(value)); return *this;} /** *

The token for the next set of results. Use the value returned in the * previous response in the next request to retrieve the next set of results.

*/ inline ListPackageVersionDependenciesRequest& WithNextToken(const char* value) { SetNextToken(value); return *this;} private: Aws::String m_domain; bool m_domainHasBeenSet = false; Aws::String m_domainOwner; bool m_domainOwnerHasBeenSet = false; Aws::String m_repository; bool m_repositoryHasBeenSet = false; PackageFormat m_format; bool m_formatHasBeenSet = false; Aws::String m_namespace; bool m_namespaceHasBeenSet = false; Aws::String m_package; bool m_packageHasBeenSet = false; Aws::String m_packageVersion; bool m_packageVersionHasBeenSet = false; Aws::String m_nextToken; bool m_nextTokenHasBeenSet = false; }; } // namespace Model } // namespace CodeArtifact } // namespace Aws