@Generated(value="software.amazon.awssdk:codegen") public final class GetUsageStatisticsRequest extends Macie2Request implements ToCopyableBuilder<GetUsageStatisticsRequest.Builder,GetUsageStatisticsRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
GetUsageStatisticsRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static GetUsageStatisticsRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
List<UsageStatisticsFilter> |
filterBy()
An array of objects, one for each condition to use to filter the query results.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
boolean |
hasFilterBy()
Returns true if the FilterBy property was specified by the sender (it may be empty), or false if the sender did
not specify the value (it will be empty).
|
int |
hashCode() |
Integer |
maxResults()
The maximum number of items to include in each page of the response.
|
String |
nextToken()
The nextToken string that specifies which page of results to return in a paginated response.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends GetUsageStatisticsRequest.Builder> |
serializableBuilderClass() |
UsageStatisticsSortBy |
sortBy()
The criteria to use to sort the query results.
|
GetUsageStatisticsRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic boolean hasFilterBy()
public List<UsageStatisticsFilter> filterBy()
An array of objects, one for each condition to use to filter the query results. If the array contains more than one object, Amazon Macie uses an AND operator to join the conditions specified by the objects.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasFilterBy() to see if a value was sent in this field.
public Integer maxResults()
The maximum number of items to include in each page of the response.
public String nextToken()
The nextToken string that specifies which page of results to return in a paginated response.
public UsageStatisticsSortBy sortBy()
The criteria to use to sort the query results.
public GetUsageStatisticsRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<GetUsageStatisticsRequest.Builder,GetUsageStatisticsRequest>toBuilder in class Macie2Requestpublic static GetUsageStatisticsRequest.Builder builder()
public static Class<? extends GetUsageStatisticsRequest.Builder> serializableBuilderClass()
public int hashCode()
hashCode in class AwsRequestpublic boolean equals(Object obj)
equals in class AwsRequestpublic boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2020. All rights reserved.