@Generated(value="software.amazon.awssdk:codegen") public final class ListArchivesRequest extends EventBridgeRequest 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 final String namePrefix()
A name prefix to filter the archives returned. Only archives with name that match the prefix are returned.
public final String eventSourceArn()
The ARN of the event source associated with the archive.
public final 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 final 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 final String nextToken()
The token returned by a previous call to retrieve the next set of results.
public final Integer limit()
The maximum number of results to return.
public ListArchivesRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ListArchivesRequest.Builder,ListArchivesRequest>toBuilder in class EventBridgeRequestpublic static ListArchivesRequest.Builder builder()
public static Class<? extends ListArchivesRequest.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 © 2022. All rights reserved.