@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DataReplicationInfoReplicatedDisk extends Object implements Serializable, Cloneable, StructuredPojo
A disk that should be replicated.
Constructor and Description |
---|
DataReplicationInfoReplicatedDisk() |
Modifier and Type | Method and Description |
---|---|
DataReplicationInfoReplicatedDisk |
clone() |
boolean |
equals(Object obj) |
Long |
getBackloggedStorageBytes()
The size of the replication backlog in bytes.
|
String |
getDeviceName()
The name of the device.
|
Long |
getReplicatedStorageBytes()
The amount of data replicated so far in bytes.
|
Long |
getRescannedStorageBytes()
The amount of data to be rescanned in bytes.
|
Long |
getTotalStorageBytes()
The total amount of data to be replicated in bytes.
|
String |
getVolumeStatus()
The status of the volume.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setBackloggedStorageBytes(Long backloggedStorageBytes)
The size of the replication backlog in bytes.
|
void |
setDeviceName(String deviceName)
The name of the device.
|
void |
setReplicatedStorageBytes(Long replicatedStorageBytes)
The amount of data replicated so far in bytes.
|
void |
setRescannedStorageBytes(Long rescannedStorageBytes)
The amount of data to be rescanned in bytes.
|
void |
setTotalStorageBytes(Long totalStorageBytes)
The total amount of data to be replicated in bytes.
|
void |
setVolumeStatus(String volumeStatus)
The status of the volume.
|
String |
toString()
Returns a string representation of this object.
|
DataReplicationInfoReplicatedDisk |
withBackloggedStorageBytes(Long backloggedStorageBytes)
The size of the replication backlog in bytes.
|
DataReplicationInfoReplicatedDisk |
withDeviceName(String deviceName)
The name of the device.
|
DataReplicationInfoReplicatedDisk |
withReplicatedStorageBytes(Long replicatedStorageBytes)
The amount of data replicated so far in bytes.
|
DataReplicationInfoReplicatedDisk |
withRescannedStorageBytes(Long rescannedStorageBytes)
The amount of data to be rescanned in bytes.
|
DataReplicationInfoReplicatedDisk |
withTotalStorageBytes(Long totalStorageBytes)
The total amount of data to be replicated in bytes.
|
DataReplicationInfoReplicatedDisk |
withVolumeStatus(String volumeStatus)
The status of the volume.
|
DataReplicationInfoReplicatedDisk |
withVolumeStatus(VolumeStatus volumeStatus)
The status of the volume.
|
public void setBackloggedStorageBytes(Long backloggedStorageBytes)
The size of the replication backlog in bytes.
backloggedStorageBytes
- The size of the replication backlog in bytes.public Long getBackloggedStorageBytes()
The size of the replication backlog in bytes.
public DataReplicationInfoReplicatedDisk withBackloggedStorageBytes(Long backloggedStorageBytes)
The size of the replication backlog in bytes.
backloggedStorageBytes
- The size of the replication backlog in bytes.public void setDeviceName(String deviceName)
The name of the device.
deviceName
- The name of the device.public String getDeviceName()
The name of the device.
public DataReplicationInfoReplicatedDisk withDeviceName(String deviceName)
The name of the device.
deviceName
- The name of the device.public void setReplicatedStorageBytes(Long replicatedStorageBytes)
The amount of data replicated so far in bytes.
replicatedStorageBytes
- The amount of data replicated so far in bytes.public Long getReplicatedStorageBytes()
The amount of data replicated so far in bytes.
public DataReplicationInfoReplicatedDisk withReplicatedStorageBytes(Long replicatedStorageBytes)
The amount of data replicated so far in bytes.
replicatedStorageBytes
- The amount of data replicated so far in bytes.public void setRescannedStorageBytes(Long rescannedStorageBytes)
The amount of data to be rescanned in bytes.
rescannedStorageBytes
- The amount of data to be rescanned in bytes.public Long getRescannedStorageBytes()
The amount of data to be rescanned in bytes.
public DataReplicationInfoReplicatedDisk withRescannedStorageBytes(Long rescannedStorageBytes)
The amount of data to be rescanned in bytes.
rescannedStorageBytes
- The amount of data to be rescanned in bytes.public void setTotalStorageBytes(Long totalStorageBytes)
The total amount of data to be replicated in bytes.
totalStorageBytes
- The total amount of data to be replicated in bytes.public Long getTotalStorageBytes()
The total amount of data to be replicated in bytes.
public DataReplicationInfoReplicatedDisk withTotalStorageBytes(Long totalStorageBytes)
The total amount of data to be replicated in bytes.
totalStorageBytes
- The total amount of data to be replicated in bytes.public void setVolumeStatus(String volumeStatus)
The status of the volume.
volumeStatus
- The status of the volume.VolumeStatus
public String getVolumeStatus()
The status of the volume.
VolumeStatus
public DataReplicationInfoReplicatedDisk withVolumeStatus(String volumeStatus)
The status of the volume.
volumeStatus
- The status of the volume.VolumeStatus
public DataReplicationInfoReplicatedDisk withVolumeStatus(VolumeStatus volumeStatus)
The status of the volume.
volumeStatus
- The status of the volume.VolumeStatus
public String toString()
toString
in class Object
Object.toString()
public DataReplicationInfoReplicatedDisk clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.