@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class InitiateLayerUploadRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
InitiateLayerUploadRequest() |
Modifier and Type | Method and Description |
---|---|
InitiateLayerUploadRequest |
clone()
Creates a shallow clone of this request.
|
boolean |
equals(Object obj) |
String |
getRegistryId()
The AWS account ID associated with the registry that you intend to upload layers to.
|
String |
getRepositoryName()
The name of the repository that you intend to upload layers to.
|
int |
hashCode() |
void |
setRegistryId(String registryId)
The AWS account ID associated with the registry that you intend to upload layers to.
|
void |
setRepositoryName(String repositoryName)
The name of the repository that you intend to upload layers to.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
InitiateLayerUploadRequest |
withRegistryId(String registryId)
The AWS account ID associated with the registry that you intend to upload layers to.
|
InitiateLayerUploadRequest |
withRepositoryName(String repositoryName)
The name of the repository that you intend to upload layers to.
|
getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setRegistryId(String registryId)
The AWS account ID associated with the registry that you intend to upload layers to. If you do not specify a registry, the default registry is assumed.
registryId
- The AWS account ID associated with the registry that you intend to upload layers to. If you do not specify
a registry, the default registry is assumed.public String getRegistryId()
The AWS account ID associated with the registry that you intend to upload layers to. If you do not specify a registry, the default registry is assumed.
public InitiateLayerUploadRequest withRegistryId(String registryId)
The AWS account ID associated with the registry that you intend to upload layers to. If you do not specify a registry, the default registry is assumed.
registryId
- The AWS account ID associated with the registry that you intend to upload layers to. If you do not specify
a registry, the default registry is assumed.public void setRepositoryName(String repositoryName)
The name of the repository that you intend to upload layers to.
repositoryName
- The name of the repository that you intend to upload layers to.public String getRepositoryName()
The name of the repository that you intend to upload layers to.
public InitiateLayerUploadRequest withRepositoryName(String repositoryName)
The name of the repository that you intend to upload layers to.
repositoryName
- The name of the repository that you intend to upload layers to.public String toString()
toString
in class Object
Object.toString()
public InitiateLayerUploadRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.