@Generated(value="software.amazon.awssdk:codegen") public final class ListReportJobsRequest extends BackupRequest implements ToCopyableBuilder<ListReportJobsRequest.Builder,ListReportJobsRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ListReportJobsRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ListReportJobsRequest.Builder |
builder() |
Instant |
byCreationAfter()
Returns only report jobs that were created after the date and time specified in Unix format and Coordinated
Universal Time (UTC).
|
Instant |
byCreationBefore()
Returns only report jobs that were created before the date and time specified in Unix format and Coordinated
Universal Time (UTC).
|
String |
byReportPlanName()
Returns only report jobs with the specified report plan name.
|
String |
byStatus()
Returns only report jobs that are in the specified status.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Integer |
maxResults()
The number of desired results from 1 to 1000.
|
String |
nextToken()
An identifier that was returned from the previous call to this operation, which can be used to return the next
set of items in the list.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ListReportJobsRequest.Builder> |
serializableBuilderClass() |
ListReportJobsRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String byReportPlanName()
Returns only report jobs with the specified report plan name.
public final Instant byCreationBefore()
Returns only report jobs that were created before the date and time specified in Unix format and Coordinated Universal Time (UTC). For example, the value 1516925490 represents Friday, January 26, 2018 12:11:30 AM.
public final Instant byCreationAfter()
Returns only report jobs that were created after the date and time specified in Unix format and Coordinated Universal Time (UTC). For example, the value 1516925490 represents Friday, January 26, 2018 12:11:30 AM.
public final String byStatus()
Returns only report jobs that are in the specified status. The statuses are:
CREATED | RUNNING | COMPLETED | FAILED
CREATED | RUNNING | COMPLETED | FAILED
public final Integer maxResults()
The number of desired results from 1 to 1000. Optional. If unspecified, the query will return 1 MB of data.
public final String nextToken()
An identifier that was returned from the previous call to this operation, which can be used to return the next set of items in the list.
public ListReportJobsRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ListReportJobsRequest.Builder,ListReportJobsRequest>toBuilder in class BackupRequestpublic static ListReportJobsRequest.Builder builder()
public static Class<? extends ListReportJobsRequest.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.