public class UpdateRepositoryDescriptionRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
Represents the input of an update repository description operation.
NOOP| Constructor and Description |
|---|
UpdateRepositoryDescriptionRequest() |
| Modifier and Type | Method and Description |
|---|---|
UpdateRepositoryDescriptionRequest |
clone()
Creates a shallow clone of this request.
|
boolean |
equals(Object obj) |
String |
getRepositoryDescription()
The new comment or description for the specified repository.
|
String |
getRepositoryName()
The name of the repository to set or change the comment or description
for.
|
int |
hashCode() |
void |
setRepositoryDescription(String repositoryDescription)
The new comment or description for the specified repository.
|
void |
setRepositoryName(String repositoryName)
The name of the repository to set or change the comment or description
for.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
UpdateRepositoryDescriptionRequest |
withRepositoryDescription(String repositoryDescription)
The new comment or description for the specified repository.
|
UpdateRepositoryDescriptionRequest |
withRepositoryName(String repositoryName)
The name of the repository to set or change the comment or description
for.
|
getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic void setRepositoryName(String repositoryName)
The name of the repository to set or change the comment or description for.
repositoryName - The name of the repository to set or change the comment or
description for.public String getRepositoryName()
The name of the repository to set or change the comment or description for.
public UpdateRepositoryDescriptionRequest withRepositoryName(String repositoryName)
The name of the repository to set or change the comment or description for.
repositoryName - The name of the repository to set or change the comment or
description for.public void setRepositoryDescription(String repositoryDescription)
The new comment or description for the specified repository.
repositoryDescription - The new comment or description for the specified repository.public String getRepositoryDescription()
The new comment or description for the specified repository.
public UpdateRepositoryDescriptionRequest withRepositoryDescription(String repositoryDescription)
The new comment or description for the specified repository.
repositoryDescription - The new comment or description for the specified repository.public String toString()
toString in class ObjectObject.toString()public UpdateRepositoryDescriptionRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.