@Generated(value="software.amazon.awssdk:codegen") public final class ListArchivesRequest extends CloudWatchEventsRequest implements ToCopyableBuilder<ListArchivesRequest.Builder,ListArchivesRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ListArchivesRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ListArchivesRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
String |
eventSourceArn()
The ARN of the event source associated with the archive.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Integer |
limit()
The maximum number of results to return.
|
String |
namePrefix()
A name prefix to filter the archives returned.
|
String |
nextToken()
The token returned by a previous call to retrieve the next set of results.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ListArchivesRequest.Builder> |
serializableBuilderClass() |
ArchiveState |
state()
The state of the archive.
|
String |
stateAsString()
The state of the archive.
|
ListArchivesRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String namePrefix()
A name prefix to filter the archives returned. Only archives with name that match the prefix are returned.
public String eventSourceArn()
The ARN of the event source associated with the archive.
public ArchiveState state()
The state of the archive.
If the service returns an enum value that is not available in the current SDK version, state will return
ArchiveState.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
stateAsString().
ArchiveStatepublic String stateAsString()
The state of the archive.
If the service returns an enum value that is not available in the current SDK version, state will return
ArchiveState.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
stateAsString().
ArchiveStatepublic String nextToken()
The token returned by a previous call to retrieve the next set of results.
public Integer limit()
The maximum number of results to return.
public ListArchivesRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ListArchivesRequest.Builder,ListArchivesRequest>toBuilder in class CloudWatchEventsRequestpublic static ListArchivesRequest.Builder builder()
public static Class<? extends ListArchivesRequest.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.