/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include Information on the usage of a data source package in the behavior
* graph.See Also:
AWS
* API Reference
Total volume of data in bytes per day ingested for a given data source * package.
*/ inline long long GetVolumeUsageInBytes() const{ return m_volumeUsageInBytes; } /** *Total volume of data in bytes per day ingested for a given data source * package.
*/ inline bool VolumeUsageInBytesHasBeenSet() const { return m_volumeUsageInBytesHasBeenSet; } /** *Total volume of data in bytes per day ingested for a given data source * package.
*/ inline void SetVolumeUsageInBytes(long long value) { m_volumeUsageInBytesHasBeenSet = true; m_volumeUsageInBytes = value; } /** *Total volume of data in bytes per day ingested for a given data source * package.
*/ inline DatasourcePackageUsageInfo& WithVolumeUsageInBytes(long long value) { SetVolumeUsageInBytes(value); return *this;} /** *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
.
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
.
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
.
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
.
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
.
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
.