|
Did this page help you?Yes No Tell us about it... |
||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectcom.amazonaws.AmazonWebServiceRequest
com.amazonaws.services.ec2.model.CopyImageRequest
public class CopyImageRequest
Container for the parameters to the CopyImage operation.
AmazonEC2.copyImage(CopyImageRequest),
Serialized Form| Constructor Summary | |
|---|---|
CopyImageRequest()
|
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object obj)
|
java.lang.String |
getClientToken()
Returns the value of the ClientToken property for this object. |
java.lang.String |
getDescription()
Returns the value of the Description property for this object. |
java.lang.String |
getName()
Returns the value of the Name property for this object. |
java.lang.String |
getSourceImageId()
Returns the value of the SourceImageId property for this object. |
java.lang.String |
getSourceRegion()
Returns the value of the SourceRegion property for this object. |
int |
hashCode()
|
void |
setClientToken(java.lang.String clientToken)
Sets the value of the ClientToken property for this object. |
void |
setDescription(java.lang.String description)
Sets the value of the Description property for this object. |
void |
setName(java.lang.String name)
Sets the value of the Name property for this object. |
void |
setSourceImageId(java.lang.String sourceImageId)
Sets the value of the SourceImageId property for this object. |
void |
setSourceRegion(java.lang.String sourceRegion)
Sets the value of the SourceRegion property for this object. |
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
CopyImageRequest |
withClientToken(java.lang.String clientToken)
Sets the value of the ClientToken property for this object. |
CopyImageRequest |
withDescription(java.lang.String description)
Sets the value of the Description property for this object. |
CopyImageRequest |
withName(java.lang.String name)
Sets the value of the Name property for this object. |
CopyImageRequest |
withSourceImageId(java.lang.String sourceImageId)
Sets the value of the SourceImageId property for this object. |
CopyImageRequest |
withSourceRegion(java.lang.String sourceRegion)
Sets the value of the SourceRegion property for this object. |
| Methods inherited from class com.amazonaws.AmazonWebServiceRequest |
|---|
copyPrivateRequestParameters, getRequestClientOptions, getRequestCredentials, setRequestCredentials |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public CopyImageRequest()
| Method Detail |
|---|
public java.lang.String getSourceRegion()
public void setSourceRegion(java.lang.String sourceRegion)
sourceRegion - The new value for the SourceRegion property for this object.public CopyImageRequest withSourceRegion(java.lang.String sourceRegion)
Returns a reference to this object so that method calls can be chained together.
sourceRegion - The new value for the SourceRegion property for this object.
public java.lang.String getSourceImageId()
public void setSourceImageId(java.lang.String sourceImageId)
sourceImageId - The new value for the SourceImageId property for this object.public CopyImageRequest withSourceImageId(java.lang.String sourceImageId)
Returns a reference to this object so that method calls can be chained together.
sourceImageId - The new value for the SourceImageId property for this object.
public java.lang.String getName()
public void setName(java.lang.String name)
name - The new value for the Name property for this object.public CopyImageRequest withName(java.lang.String name)
Returns a reference to this object so that method calls can be chained together.
name - The new value for the Name property for this object.
public java.lang.String getDescription()
public void setDescription(java.lang.String description)
description - The new value for the Description property for this object.public CopyImageRequest withDescription(java.lang.String description)
Returns a reference to this object so that method calls can be chained together.
description - The new value for the Description property for this object.
public java.lang.String getClientToken()
public void setClientToken(java.lang.String clientToken)
clientToken - The new value for the ClientToken property for this object.public CopyImageRequest withClientToken(java.lang.String clientToken)
Returns a reference to this object so that method calls can be chained together.
clientToken - The new value for the ClientToken property for this object.
public java.lang.String toString()
toString in class java.lang.ObjectObject.toString()public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Object
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||