@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class PutSnapshotBlockResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
PutSnapshotBlockResult() |
Modifier and Type | Method and Description |
---|---|
PutSnapshotBlockResult |
clone() |
boolean |
equals(Object obj) |
String |
getChecksum()
The SHA256 checksum generated for the block data by Amazon EBS.
|
String |
getChecksumAlgorithm()
The algorithm used by Amazon EBS to generate the checksum.
|
int |
hashCode() |
void |
setChecksum(String checksum)
The SHA256 checksum generated for the block data by Amazon EBS.
|
void |
setChecksumAlgorithm(String checksumAlgorithm)
The algorithm used by Amazon EBS to generate the checksum.
|
String |
toString()
Returns a string representation of this object.
|
PutSnapshotBlockResult |
withChecksum(String checksum)
The SHA256 checksum generated for the block data by Amazon EBS.
|
PutSnapshotBlockResult |
withChecksumAlgorithm(ChecksumAlgorithm checksumAlgorithm)
The algorithm used by Amazon EBS to generate the checksum.
|
PutSnapshotBlockResult |
withChecksumAlgorithm(String checksumAlgorithm)
The algorithm used by Amazon EBS to generate the checksum.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setChecksum(String checksum)
The SHA256 checksum generated for the block data by Amazon EBS.
checksum
- The SHA256 checksum generated for the block data by Amazon EBS.public String getChecksum()
The SHA256 checksum generated for the block data by Amazon EBS.
public PutSnapshotBlockResult withChecksum(String checksum)
The SHA256 checksum generated for the block data by Amazon EBS.
checksum
- The SHA256 checksum generated for the block data by Amazon EBS.public void setChecksumAlgorithm(String checksumAlgorithm)
The algorithm used by Amazon EBS to generate the checksum.
checksumAlgorithm
- The algorithm used by Amazon EBS to generate the checksum.ChecksumAlgorithm
public String getChecksumAlgorithm()
The algorithm used by Amazon EBS to generate the checksum.
ChecksumAlgorithm
public PutSnapshotBlockResult withChecksumAlgorithm(String checksumAlgorithm)
The algorithm used by Amazon EBS to generate the checksum.
checksumAlgorithm
- The algorithm used by Amazon EBS to generate the checksum.ChecksumAlgorithm
public PutSnapshotBlockResult withChecksumAlgorithm(ChecksumAlgorithm checksumAlgorithm)
The algorithm used by Amazon EBS to generate the checksum.
checksumAlgorithm
- The algorithm used by Amazon EBS to generate the checksum.ChecksumAlgorithm
public String toString()
toString
in class Object
Object.toString()
public PutSnapshotBlockResult clone()