@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListPackageVersionAssetsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListPackageVersionAssetsRequest() |
Modifier and Type | Method and Description |
---|---|
ListPackageVersionAssetsRequest |
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 associated with the package version assets.
|
String |
getDomainOwner()
The 12-digit account number of the Amazon Web Services account that owns the domain.
|
String |
getFormat()
The format of the package that contains the requested package version assets.
|
Integer |
getMaxResults()
The maximum number of results to return per page.
|
String |
getNamespace()
The namespace of the package version that contains the requested package version assets.
|
String |
getNextToken()
The token for the next set of results.
|
String |
getPackage()
The name of the package that contains the requested package version assets.
|
String |
getPackageVersion()
A string that contains the package version (for example,
3.5.2 ). |
String |
getRepository()
The name of the repository that contains the package that contains the requested package version assets.
|
int |
hashCode() |
void |
setDomain(String domain)
The name of the domain that contains the repository associated with the package version assets.
|
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 that contains the requested package version assets.
|
void |
setMaxResults(Integer maxResults)
The maximum number of results to return per page.
|
void |
setNamespace(String namespace)
The namespace of the package version that contains the requested package version assets.
|
void |
setNextToken(String nextToken)
The token for the next set of results.
|
void |
setPackage(String packageValue)
The name of the package that contains the requested package version assets.
|
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 package that contains the requested package version assets.
|
String |
toString()
Returns a string representation of this object.
|
ListPackageVersionAssetsRequest |
withDomain(String domain)
The name of the domain that contains the repository associated with the package version assets.
|
ListPackageVersionAssetsRequest |
withDomainOwner(String domainOwner)
The 12-digit account number of the Amazon Web Services account that owns the domain.
|
ListPackageVersionAssetsRequest |
withFormat(PackageFormat format)
The format of the package that contains the requested package version assets.
|
ListPackageVersionAssetsRequest |
withFormat(String format)
The format of the package that contains the requested package version assets.
|
ListPackageVersionAssetsRequest |
withMaxResults(Integer maxResults)
The maximum number of results to return per page.
|
ListPackageVersionAssetsRequest |
withNamespace(String namespace)
The namespace of the package version that contains the requested package version assets.
|
ListPackageVersionAssetsRequest |
withNextToken(String nextToken)
The token for the next set of results.
|
ListPackageVersionAssetsRequest |
withPackage(String packageValue)
The name of the package that contains the requested package version assets.
|
ListPackageVersionAssetsRequest |
withPackageVersion(String packageVersion)
A string that contains the package version (for example,
3.5.2 ). |
ListPackageVersionAssetsRequest |
withRepository(String repository)
The name of the repository that contains the package that contains the requested package version assets.
|
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 void setDomain(String domain)
The name of the domain that contains the repository associated with the package version assets.
domain
- The name of the domain that contains the repository associated with the package version assets.public String getDomain()
The name of the domain that contains the repository associated with the package version assets.
public ListPackageVersionAssetsRequest withDomain(String domain)
The name of the domain that contains the repository associated with the package version assets.
domain
- The name of the domain that contains the repository associated with the package version assets.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 ListPackageVersionAssetsRequest 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 package that contains the requested package version assets.
repository
- The name of the repository that contains the package that contains the requested package version assets.public String getRepository()
The name of the repository that contains the package that contains the requested package version assets.
public ListPackageVersionAssetsRequest withRepository(String repository)
The name of the repository that contains the package that contains the requested package version assets.
repository
- The name of the repository that contains the package that contains the requested package version assets.public void setFormat(String format)
The format of the package that contains the requested package version assets.
format
- The format of the package that contains the requested package version assets.PackageFormat
public String getFormat()
The format of the package that contains the requested package version assets.
PackageFormat
public ListPackageVersionAssetsRequest withFormat(String format)
The format of the package that contains the requested package version assets.
format
- The format of the package that contains the requested package version assets.PackageFormat
public ListPackageVersionAssetsRequest withFormat(PackageFormat format)
The format of the package that contains the requested package version assets.
format
- The format of the package that contains the requested package version assets.PackageFormat
public void setNamespace(String namespace)
The namespace of the package version that contains the requested package version assets. The package component that specifies its namespace depends on its type. For example:
The namespace is required requesting assets from package versions of the following formats:
Maven
Swift
generic
The namespace of a Maven package version is its groupId
.
The namespace of an npm or Swift package version is its scope
.
The namespace of a generic package is its namespace
.
Python, NuGet, Ruby, and Cargo 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 that contains the requested package version assets. The package
component that specifies its namespace depends on its type. For example: The namespace is required requesting assets from package versions of the following formats:
Maven
Swift
generic
The namespace of a Maven package version is its groupId
.
The namespace of an npm or Swift package version is its scope
.
The namespace of a generic package is its namespace
.
Python, NuGet, Ruby, and Cargo 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 that contains the requested package version assets. The package component that specifies its namespace depends on its type. For example:
The namespace is required requesting assets from package versions of the following formats:
Maven
Swift
generic
The namespace of a Maven package version is its groupId
.
The namespace of an npm or Swift package version is its scope
.
The namespace of a generic package is its namespace
.
Python, NuGet, Ruby, and Cargo package versions do not contain a corresponding component, package versions of those formats do not have a namespace.
The namespace is required requesting assets from package versions of the following formats:
Maven
Swift
generic
The namespace of a Maven package version is its groupId
.
The namespace of an npm or Swift package version is its scope
.
The namespace of a generic package is its namespace
.
Python, NuGet, Ruby, and Cargo package versions do not contain a corresponding component, package versions of those formats do not have a namespace.
public ListPackageVersionAssetsRequest withNamespace(String namespace)
The namespace of the package version that contains the requested package version assets. The package component that specifies its namespace depends on its type. For example:
The namespace is required requesting assets from package versions of the following formats:
Maven
Swift
generic
The namespace of a Maven package version is its groupId
.
The namespace of an npm or Swift package version is its scope
.
The namespace of a generic package is its namespace
.
Python, NuGet, Ruby, and Cargo 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 that contains the requested package version assets. The package
component that specifies its namespace depends on its type. For example: The namespace is required requesting assets from package versions of the following formats:
Maven
Swift
generic
The namespace of a Maven package version is its groupId
.
The namespace of an npm or Swift package version is its scope
.
The namespace of a generic package is its namespace
.
Python, NuGet, Ruby, and Cargo 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 that contains the requested package version assets.
packageValue
- The name of the package that contains the requested package version assets.public String getPackage()
The name of the package that contains the requested package version assets.
public ListPackageVersionAssetsRequest withPackage(String packageValue)
The name of the package that contains the requested package version assets.
packageValue
- The name of the package that contains the requested package version assets.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 ListPackageVersionAssetsRequest 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 setMaxResults(Integer maxResults)
The maximum number of results to return per page.
maxResults
- The maximum number of results to return per page.public Integer getMaxResults()
The maximum number of results to return per page.
public ListPackageVersionAssetsRequest withMaxResults(Integer maxResults)
The maximum number of results to return per page.
maxResults
- The maximum number of results to return per page.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 ListPackageVersionAssetsRequest 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 ListPackageVersionAssetsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()