@Generated(value="software.amazon.awssdk:codegen") public final class DescribeAccountOverviewRequest extends DevOpsGuruRequest implements ToCopyableBuilder<DescribeAccountOverviewRequest.Builder,DescribeAccountOverviewRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
DescribeAccountOverviewRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static DescribeAccountOverviewRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
Instant |
fromTime()
The start of the time range passed in.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends DescribeAccountOverviewRequest.Builder> |
serializableBuilderClass() |
DescribeAccountOverviewRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
Instant |
toTime()
The end of the time range passed in.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Instant fromTime()
The start of the time range passed in. The start time granularity is at the day level. The floor of the start time is used. Returned information occurred after this day.
public final Instant toTime()
The end of the time range passed in. The start time granularity is at the day level. The floor of the start time is used. Returned information occurred before this day. If this is not specified, then the current day is used.
public DescribeAccountOverviewRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DescribeAccountOverviewRequest.Builder,DescribeAccountOverviewRequest>toBuilder in class DevOpsGuruRequestpublic static DescribeAccountOverviewRequest.Builder builder()
public static Class<? extends DescribeAccountOverviewRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2023. All rights reserved.