public class UpdateRepositoryNameRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
Represents the input of an update repository description operation.
NOOP
Constructor and Description |
---|
UpdateRepositoryNameRequest() |
Modifier and Type | Method and Description |
---|---|
UpdateRepositoryNameRequest |
clone()
Creates a shallow clone of this request.
|
boolean |
equals(Object obj) |
String |
getNewName() |
String |
getOldName() |
int |
hashCode() |
void |
setNewName(String newName) |
void |
setOldName(String oldName) |
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
UpdateRepositoryNameRequest |
withNewName(String newName) |
UpdateRepositoryNameRequest |
withOldName(String oldName) |
getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setOldName(String oldName)
oldName
- public String getOldName()
public UpdateRepositoryNameRequest withOldName(String oldName)
oldName
- public void setNewName(String newName)
newName
- public String getNewName()
public UpdateRepositoryNameRequest withNewName(String newName)
newName
- public String toString()
toString
in class Object
Object.toString()
public UpdateRepositoryNameRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.