@Generated(value="software.amazon.awssdk:codegen") public final class UsageRecord extends Object implements SdkPojo, Serializable, ToCopyableBuilder<UsageRecord.Builder,UsageRecord>
Provides quota and aggregated usage data for an Amazon Macie account.
| Modifier and Type | Class and Description |
|---|---|
static interface |
UsageRecord.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
accountId()
The unique identifier for the Amazon Web Services account that the data applies to.
|
Instant |
automatedDiscoveryFreeTrialStartDate()
The date and time, in UTC and extended ISO 8601 format, when the free trial of automated sensitive data discovery
started for the account.
|
static UsageRecord.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
Instant |
freeTrialStartDate()
The date and time, in UTC and extended ISO 8601 format, when the Amazon Macie free trial started for the account.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
boolean |
hasUsage()
For responses, this returns true if the service returned a value for the Usage property.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends UsageRecord.Builder> |
serializableBuilderClass() |
UsageRecord.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
List<UsageByAccount> |
usage()
An array of objects that contains usage data and quotas for the account.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String accountId()
The unique identifier for the Amazon Web Services account that the data applies to.
public final Instant automatedDiscoveryFreeTrialStartDate()
The date and time, in UTC and extended ISO 8601 format, when the free trial of automated sensitive data discovery started for the account. If the account is a member account in an organization, this value is the same as the value for the organization's Amazon Macie administrator account.
public final Instant freeTrialStartDate()
The date and time, in UTC and extended ISO 8601 format, when the Amazon Macie free trial started for the account.
public final boolean hasUsage()
isEmpty() method on the property). This is useful
because the SDK will never return a null collection or map, but you may need to differentiate between the service
returning nothing (or null) and the service returning an empty collection or map. For requests, this returns true
if a value for the property was specified in the request builder, and false if a value was not specified.public final List<UsageByAccount> usage()
An array of objects that contains usage data and quotas for the account. Each object contains the data for a specific usage metric and the corresponding quota.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that
you can differentiate between null and empty), you can use the hasUsage() method.
public UsageRecord.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<UsageRecord.Builder,UsageRecord>public static UsageRecord.Builder builder()
public static Class<? extends UsageRecord.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.