public class CopySnapshotRequest extends AmazonWebServiceRequest implements java.io.Serializable
CopySnapshot operation.| コンストラクタと説明 |
|---|
CopySnapshotRequest() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getDescription()
Returns the value of the Description property for this object.
|
java.lang.String |
getSourceRegion()
Returns the value of the SourceRegion property for this object.
|
java.lang.String |
getSourceSnapshotId()
Returns the value of the SourceSnapshotId property for this object.
|
int |
hashCode() |
void |
setDescription(java.lang.String description)
Sets the value of the Description property for this object.
|
void |
setSourceRegion(java.lang.String sourceRegion)
Sets the value of the SourceRegion property for this object.
|
void |
setSourceSnapshotId(java.lang.String sourceSnapshotId)
Sets the value of the SourceSnapshotId property for this object.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
CopySnapshotRequest |
withDescription(java.lang.String description)
Sets the value of the Description property for this object.
|
CopySnapshotRequest |
withSourceRegion(java.lang.String sourceRegion)
Sets the value of the SourceRegion property for this object.
|
CopySnapshotRequest |
withSourceSnapshotId(java.lang.String sourceSnapshotId)
Sets the value of the SourceSnapshotId 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 CopySnapshotRequest 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 getSourceSnapshotId()
public void setSourceSnapshotId(java.lang.String sourceSnapshotId)
sourceSnapshotId - The new value for the SourceSnapshotId property for this object.public CopySnapshotRequest withSourceSnapshotId(java.lang.String sourceSnapshotId)
Returns a reference to this object so that method calls can be chained together.
sourceSnapshotId - The new value for the SourceSnapshotId 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 CopySnapshotRequest 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 toString()
toString クラス内 java.lang.ObjectObject.toString()public int hashCode()
hashCode クラス内 java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals クラス内 java.lang.Object