@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListPackageVersionDependenciesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListPackageVersionDependenciesRequest() |
Modifier and Type | Method and Description |
---|---|
ListPackageVersionDependenciesRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getDomain()
The name of the domain that contains the repository that contains the requested package version dependencies.
|
String |
getDomainOwner()
The 12-digit account number of the AWS account that owns the domain.
|
String |
getFormat()
The format of the package with the requested dependencies.
|
String |
getNamespace()
The namespace of the package.
|
String |
getNextToken()
The token for the next set of results.
|
String |
getPackage()
The name of the package versions' package.
|
String |
getPackageVersion()
A string that contains the package version (for example,
3.5.2 ). |
String |
getRepository()
The name of the repository that contains the requested package version.
|
int |
hashCode() |
void |
setDomain(String domain)
The name of the domain that contains the repository that contains the requested package version dependencies.
|
void |
setDomainOwner(String domainOwner)
The 12-digit account number of the AWS account that owns the domain.
|
void |
setFormat(String format)
The format of the package with the requested dependencies.
|
void |
setNamespace(String namespace)
The namespace of the package.
|
void |
setNextToken(String nextToken)
The token for the next set of results.
|
void |
setPackage(String packageValue)
The name of the package versions' package.
|
void |
setPackageVersion(String packageVersion)
A string that contains the package version (for example,
3.5.2 ). |
void |
setRepository(String repository)
The name of the repository that contains the requested package version.
|
String |
toString()
Returns a string representation of this object.
|
ListPackageVersionDependenciesRequest |
withDomain(String domain)
The name of the domain that contains the repository that contains the requested package version dependencies.
|
ListPackageVersionDependenciesRequest |
withDomainOwner(String domainOwner)
The 12-digit account number of the AWS account that owns the domain.
|
ListPackageVersionDependenciesRequest |
withFormat(PackageFormat format)
The format of the package with the requested dependencies.
|
ListPackageVersionDependenciesRequest |
withFormat(String format)
The format of the package with the requested dependencies.
|
ListPackageVersionDependenciesRequest |
withNamespace(String namespace)
The namespace of the package.
|
ListPackageVersionDependenciesRequest |
withNextToken(String nextToken)
The token for the next set of results.
|
ListPackageVersionDependenciesRequest |
withPackage(String packageValue)
The name of the package versions' package.
|
ListPackageVersionDependenciesRequest |
withPackageVersion(String packageVersion)
A string that contains the package version (for example,
3.5.2 ). |
ListPackageVersionDependenciesRequest |
withRepository(String repository)
The name of the repository that contains the requested package version.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public ListPackageVersionDependenciesRequest()
public void setDomain(String domain)
The name of the domain that contains the repository that contains the requested package version dependencies.
domain
- The name of the domain that contains the repository that contains the requested package version
dependencies.public String getDomain()
The name of the domain that contains the repository that contains the requested package version dependencies.
public ListPackageVersionDependenciesRequest withDomain(String domain)
The name of the domain that contains the repository that contains the requested package version dependencies.
domain
- The name of the domain that contains the repository that contains the requested package version
dependencies.public void setDomainOwner(String domainOwner)
The 12-digit account number of the AWS account that owns the domain. It does not include dashes or spaces.
domainOwner
- The 12-digit account number of the AWS account that owns the domain. It does not include dashes or spaces.public String getDomainOwner()
The 12-digit account number of the AWS account that owns the domain. It does not include dashes or spaces.
public ListPackageVersionDependenciesRequest withDomainOwner(String domainOwner)
The 12-digit account number of the AWS account that owns the domain. It does not include dashes or spaces.
domainOwner
- The 12-digit account number of the AWS account that owns the domain. It does not include dashes or spaces.public void setRepository(String repository)
The name of the repository that contains the requested package version.
repository
- The name of the repository that contains the requested package version.public String getRepository()
The name of the repository that contains the requested package version.
public ListPackageVersionDependenciesRequest withRepository(String repository)
The name of the repository that contains the requested package version.
repository
- The name of the repository that contains the requested package version.public void setFormat(String format)
The format of the package with the requested dependencies. The valid package types are:
npm
: A Node Package Manager (npm) package.
pypi
: A Python Package Index (PyPI) package.
maven
: A Maven package that contains compiled code in a distributable format, such as a JAR file.
format
- The format of the package with the requested dependencies. The valid package types are:
npm
: A Node Package Manager (npm) package.
pypi
: A Python Package Index (PyPI) package.
maven
: A Maven package that contains compiled code in a distributable format, such as a JAR
file.
PackageFormat
public String getFormat()
The format of the package with the requested dependencies. The valid package types are:
npm
: A Node Package Manager (npm) package.
pypi
: A Python Package Index (PyPI) package.
maven
: A Maven package that contains compiled code in a distributable format, such as a JAR file.
npm
: A Node Package Manager (npm) package.
pypi
: A Python Package Index (PyPI) package.
maven
: A Maven package that contains compiled code in a distributable format, such as a JAR
file.
PackageFormat
public ListPackageVersionDependenciesRequest withFormat(String format)
The format of the package with the requested dependencies. The valid package types are:
npm
: A Node Package Manager (npm) package.
pypi
: A Python Package Index (PyPI) package.
maven
: A Maven package that contains compiled code in a distributable format, such as a JAR file.
format
- The format of the package with the requested dependencies. The valid package types are:
npm
: A Node Package Manager (npm) package.
pypi
: A Python Package Index (PyPI) package.
maven
: A Maven package that contains compiled code in a distributable format, such as a JAR
file.
PackageFormat
public ListPackageVersionDependenciesRequest withFormat(PackageFormat format)
The format of the package with the requested dependencies. The valid package types are:
npm
: A Node Package Manager (npm) package.
pypi
: A Python Package Index (PyPI) package.
maven
: A Maven package that contains compiled code in a distributable format, such as a JAR file.
format
- The format of the package with the requested dependencies. The valid package types are:
npm
: A Node Package Manager (npm) package.
pypi
: A Python Package Index (PyPI) package.
maven
: A Maven package that contains compiled code in a distributable format, such as a JAR
file.
PackageFormat
public void setNamespace(String namespace)
The namespace of the package. The package component that specifies its namespace depends on its type. For example:
The namespace of a Maven package is its groupId
.
The namespace of an npm package is its scope
.
A Python package does not contain a corresponding component, so Python packages do not have a namespace.
namespace
- The namespace of the package. The package component that specifies its namespace depends on its type. For
example:
The namespace of a Maven package is its groupId
.
The namespace of an npm package is its scope
.
A Python package does not contain a corresponding component, so Python packages do not have a namespace.
public String getNamespace()
The namespace of the package. The package component that specifies its namespace depends on its type. For example:
The namespace of a Maven package is its groupId
.
The namespace of an npm package is its scope
.
A Python package does not contain a corresponding component, so Python packages do not have a namespace.
The namespace of a Maven package is its groupId
.
The namespace of an npm package is its scope
.
A Python package does not contain a corresponding component, so Python packages do not have a namespace.
public ListPackageVersionDependenciesRequest withNamespace(String namespace)
The namespace of the package. The package component that specifies its namespace depends on its type. For example:
The namespace of a Maven package is its groupId
.
The namespace of an npm package is its scope
.
A Python package does not contain a corresponding component, so Python packages do not have a namespace.
namespace
- The namespace of the package. The package component that specifies its namespace depends on its type. For
example:
The namespace of a Maven package is its groupId
.
The namespace of an npm package is its scope
.
A Python package does not contain a corresponding component, so Python packages do not have a namespace.
public void setPackage(String packageValue)
The name of the package versions' package.
packageValue
- The name of the package versions' package.public String getPackage()
The name of the package versions' package.
public ListPackageVersionDependenciesRequest withPackage(String packageValue)
The name of the package versions' package.
packageValue
- The name of the package versions' package.public void setPackageVersion(String packageVersion)
A string that contains the package version (for example, 3.5.2
).
packageVersion
- A string that contains the package version (for example, 3.5.2
).public String getPackageVersion()
A string that contains the package version (for example, 3.5.2
).
3.5.2
).public ListPackageVersionDependenciesRequest withPackageVersion(String packageVersion)
A string that contains the package version (for example, 3.5.2
).
packageVersion
- A string that contains the package version (for example, 3.5.2
).public void setNextToken(String 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.
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.public String getNextToken()
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.
public ListPackageVersionDependenciesRequest withNextToken(String 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.
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.public String toString()
toString
in class Object
Object.toString()
public ListPackageVersionDependenciesRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()