@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)
Marshalls this structured data using the given
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.
|
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)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.