public class CopyImageRequest extends AmazonWebServiceRequest implements java.io.Serializable
CopyImage operation.| コンストラクタと説明 |
|---|
CopyImageRequest() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
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.
|
copyPrivateRequestParameters, getRequestClientOptions, getRequestCredentials, setRequestCredentialspublic 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 クラス内 java.lang.ObjectObject.toString()public int hashCode()
hashCode クラス内 java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals クラス内 java.lang.Object