@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 Amazon Web Services account that owns the domain.
|
String |
getFormat()
The format of the package with the requested dependencies.
|
String |
getNamespace()
The namespace of the package version with the requested dependencies.
|
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 Amazon Web Services 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 version with the requested dependencies.
|
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 Amazon Web Services 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 version with the requested dependencies.
|
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 Amazon Web Services account that owns the domain. It does not include dashes or spaces.
domainOwner
- The 12-digit account number of the Amazon Web Services account that owns the domain. It does not include
dashes or spaces.public String getDomainOwner()
The 12-digit account number of the Amazon Web Services account that owns the domain. It does not include dashes or spaces.
public ListPackageVersionDependenciesRequest withDomainOwner(String domainOwner)
The 12-digit account number of the Amazon Web Services account that owns the domain. It does not include dashes or spaces.
domainOwner
- The 12-digit account number of the Amazon Web Services 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.
format
- The format of the package with the requested dependencies.PackageFormat
public String getFormat()
The format of the package with the requested dependencies.
PackageFormat
public ListPackageVersionDependenciesRequest withFormat(String format)
The format of the package with the requested dependencies.
format
- The format of the package with the requested dependencies.PackageFormat
public ListPackageVersionDependenciesRequest withFormat(PackageFormat format)
The format of the package with the requested dependencies.
format
- The format of the package with the requested dependencies.PackageFormat
public void setNamespace(String namespace)
The namespace of the package version with the requested dependencies. The package component that specifies its namespace depends on its type. For example:
The namespace is required when listing dependencies from package versions of the following formats:
Maven
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.
namespace
- The namespace of the package version with the requested dependencies. The package component that specifies
its namespace depends on its type. For example: The namespace is required when listing dependencies from package versions of the following formats:
Maven
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.
public String getNamespace()
The namespace of the package version with the requested dependencies. The package component that specifies its namespace depends on its type. For example:
The namespace is required when listing dependencies from package versions of the following formats:
Maven
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 is required when listing dependencies from package versions of the following formats:
Maven
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.
public ListPackageVersionDependenciesRequest withNamespace(String namespace)
The namespace of the package version with the requested dependencies. The package component that specifies its namespace depends on its type. For example:
The namespace is required when listing dependencies from package versions of the following formats:
Maven
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.
namespace
- The namespace of the package version with the requested dependencies. The package component that specifies
its namespace depends on its type. For example: The namespace is required when listing dependencies from package versions of the following formats:
Maven
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.
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()