@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetBlobRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
Represents the input of a get blob operation.
NOOP
Constructor and Description |
---|
GetBlobRequest() |
Modifier and Type | Method and Description |
---|---|
GetBlobRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getBlobId()
The ID of the blob, which is its SHA-1 pointer.
|
String |
getRepositoryName()
The name of the repository that contains the blob.
|
int |
hashCode() |
void |
setBlobId(String blobId)
The ID of the blob, which is its SHA-1 pointer.
|
void |
setRepositoryName(String repositoryName)
The name of the repository that contains the blob.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
GetBlobRequest |
withBlobId(String blobId)
The ID of the blob, which is its SHA-1 pointer.
|
GetBlobRequest |
withRepositoryName(String repositoryName)
The name of the repository that contains the blob.
|
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 setRepositoryName(String repositoryName)
The name of the repository that contains the blob.
repositoryName
- The name of the repository that contains the blob.public String getRepositoryName()
The name of the repository that contains the blob.
public GetBlobRequest withRepositoryName(String repositoryName)
The name of the repository that contains the blob.
repositoryName
- The name of the repository that contains the blob.public void setBlobId(String blobId)
The ID of the blob, which is its SHA-1 pointer.
blobId
- The ID of the blob, which is its SHA-1 pointer.public String getBlobId()
The ID of the blob, which is its SHA-1 pointer.
public GetBlobRequest withBlobId(String blobId)
The ID of the blob, which is its SHA-1 pointer.
blobId
- The ID of the blob, which is its SHA-1 pointer.public String toString()
toString
in class Object
Object.toString()
public GetBlobRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.