@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class EstimatedResourceSize extends Object implements Serializable, Cloneable, StructuredPojo
The estimated size of the resource.
| Constructor and Description |
|---|
EstimatedResourceSize() |
| Modifier and Type | Method and Description |
|---|---|
EstimatedResourceSize |
clone() |
boolean |
equals(Object obj) |
Date |
getEstimatedOn()
The time when the estimate of the size of the resource was made.
|
Double |
getEstimatedSizeInBytes()
The estimated size of the resource in bytes.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setEstimatedOn(Date estimatedOn)
The time when the estimate of the size of the resource was made.
|
void |
setEstimatedSizeInBytes(Double estimatedSizeInBytes)
The estimated size of the resource in bytes.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
EstimatedResourceSize |
withEstimatedOn(Date estimatedOn)
The time when the estimate of the size of the resource was made.
|
EstimatedResourceSize |
withEstimatedSizeInBytes(Double estimatedSizeInBytes)
The estimated size of the resource in bytes.
|
public void setEstimatedSizeInBytes(Double estimatedSizeInBytes)
The estimated size of the resource in bytes.
estimatedSizeInBytes - The estimated size of the resource in bytes.public Double getEstimatedSizeInBytes()
The estimated size of the resource in bytes.
public EstimatedResourceSize withEstimatedSizeInBytes(Double estimatedSizeInBytes)
The estimated size of the resource in bytes.
estimatedSizeInBytes - The estimated size of the resource in bytes.public void setEstimatedOn(Date estimatedOn)
The time when the estimate of the size of the resource was made.
estimatedOn - The time when the estimate of the size of the resource was made.public Date getEstimatedOn()
The time when the estimate of the size of the resource was made.
public EstimatedResourceSize withEstimatedOn(Date estimatedOn)
The time when the estimate of the size of the resource was made.
estimatedOn - The time when the estimate of the size of the resource was made.public String toString()
toString in class ObjectObject.toString()public EstimatedResourceSize clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2018. All rights reserved.