@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DatasourcePackageUsageInfo extends Object implements Serializable, Cloneable, StructuredPojo
Information on the usage of a data source package in the behavior graph.
Constructor and Description |
---|
DatasourcePackageUsageInfo() |
Modifier and Type | Method and Description |
---|---|
DatasourcePackageUsageInfo |
clone() |
boolean |
equals(Object obj) |
Long |
getVolumeUsageInBytes()
Total volume of data in bytes per day ingested for a given data source package.
|
Date |
getVolumeUsageUpdateTime()
The data and time when the member account data volume was last updated.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setVolumeUsageInBytes(Long volumeUsageInBytes)
Total volume of data in bytes per day ingested for a given data source package.
|
void |
setVolumeUsageUpdateTime(Date volumeUsageUpdateTime)
The data and time when the member account data volume was last updated.
|
String |
toString()
Returns a string representation of this object.
|
DatasourcePackageUsageInfo |
withVolumeUsageInBytes(Long volumeUsageInBytes)
Total volume of data in bytes per day ingested for a given data source package.
|
DatasourcePackageUsageInfo |
withVolumeUsageUpdateTime(Date volumeUsageUpdateTime)
The data and time when the member account data volume was last updated.
|
public void setVolumeUsageInBytes(Long volumeUsageInBytes)
Total volume of data in bytes per day ingested for a given data source package.
volumeUsageInBytes
- Total volume of data in bytes per day ingested for a given data source package.public Long getVolumeUsageInBytes()
Total volume of data in bytes per day ingested for a given data source package.
public DatasourcePackageUsageInfo withVolumeUsageInBytes(Long volumeUsageInBytes)
Total volume of data in bytes per day ingested for a given data source package.
volumeUsageInBytes
- Total volume of data in bytes per day ingested for a given data source package.public void setVolumeUsageUpdateTime(Date volumeUsageUpdateTime)
The data and time when the member account data volume was last updated. The value is an ISO8601 formatted string.
For example, 2021-08-18T16:35:56.284Z
.
volumeUsageUpdateTime
- The data and time when the member account data volume was last updated. The value is an ISO8601 formatted
string. For example, 2021-08-18T16:35:56.284Z
.public Date getVolumeUsageUpdateTime()
The data and time when the member account data volume was last updated. The value is an ISO8601 formatted string.
For example, 2021-08-18T16:35:56.284Z
.
2021-08-18T16:35:56.284Z
.public DatasourcePackageUsageInfo withVolumeUsageUpdateTime(Date volumeUsageUpdateTime)
The data and time when the member account data volume was last updated. The value is an ISO8601 formatted string.
For example, 2021-08-18T16:35:56.284Z
.
volumeUsageUpdateTime
- The data and time when the member account data volume was last updated. The value is an ISO8601 formatted
string. For example, 2021-08-18T16:35:56.284Z
.public String toString()
toString
in class Object
Object.toString()
public DatasourcePackageUsageInfo clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.