@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ModifySnapshotTierResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ModifySnapshotTierResult() |
Modifier and Type | Method and Description |
---|---|
ModifySnapshotTierResult |
clone() |
boolean |
equals(Object obj) |
String |
getSnapshotId()
The ID of the snapshot.
|
Date |
getTieringStartTime()
The date and time when the archive process was started.
|
int |
hashCode() |
void |
setSnapshotId(String snapshotId)
The ID of the snapshot.
|
void |
setTieringStartTime(Date tieringStartTime)
The date and time when the archive process was started.
|
String |
toString()
Returns a string representation of this object.
|
ModifySnapshotTierResult |
withSnapshotId(String snapshotId)
The ID of the snapshot.
|
ModifySnapshotTierResult |
withTieringStartTime(Date tieringStartTime)
The date and time when the archive process was started.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setSnapshotId(String snapshotId)
The ID of the snapshot.
snapshotId
- The ID of the snapshot.public String getSnapshotId()
The ID of the snapshot.
public ModifySnapshotTierResult withSnapshotId(String snapshotId)
The ID of the snapshot.
snapshotId
- The ID of the snapshot.public void setTieringStartTime(Date tieringStartTime)
The date and time when the archive process was started.
tieringStartTime
- The date and time when the archive process was started.public Date getTieringStartTime()
The date and time when the archive process was started.
public ModifySnapshotTierResult withTieringStartTime(Date tieringStartTime)
The date and time when the archive process was started.
tieringStartTime
- The date and time when the archive process was started.public String toString()
toString
in class Object
Object.toString()
public ModifySnapshotTierResult clone()