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() |
boolean |
equals(Object obj) |
String |
getNewName()
Returns the value of the NewName property for this object.
|
String |
getOldName()
Returns the value of the OldName property for this object.
|
int |
hashCode() |
void |
setNewName(String newName)
Sets the value of the NewName property for this object.
|
void |
setOldName(String oldName)
Sets the value of the OldName property for this object.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
UpdateRepositoryNameRequest |
withNewName(String newName)
Sets the value of the NewName property for this object.
|
UpdateRepositoryNameRequest |
withOldName(String oldName)
Sets the value of the OldName property for this object.
|
copyBaseTo, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollectorpublic void setOldName(String oldName)
oldName - The new value for the OldName property for this object.public String getOldName()
public UpdateRepositoryNameRequest withOldName(String oldName)
oldName - The new value for the OldName property for this object.public void setNewName(String newName)
newName - The new value for the NewName property for this object.public String getNewName()
public UpdateRepositoryNameRequest withNewName(String newName)
newName - The new value for the NewName property for this object.public String toString()
toString in class ObjectObject.toString()public UpdateRepositoryNameRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2015. All rights reserved.