@Generated(value="software.amazon.awssdk:codegen") public final class ListPartnerEventSourceAccountsRequest extends EventBridgeRequest implements ToCopyableBuilder<ListPartnerEventSourceAccountsRequest.Builder,ListPartnerEventSourceAccountsRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ListPartnerEventSourceAccountsRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ListPartnerEventSourceAccountsRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
String |
eventSourceName()
The name of the partner event source to display account information about.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Integer |
limit()
Specifying this limits the number of results returned by this operation.
|
String |
nextToken()
The token returned by a previous call to this operation.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ListPartnerEventSourceAccountsRequest.Builder> |
serializableBuilderClass() |
ListPartnerEventSourceAccountsRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String eventSourceName()
The name of the partner event source to display account information about.
public final String nextToken()
The token returned by a previous call to this operation. Specifying this retrieves the next set of results.
public final Integer limit()
Specifying this limits the number of results returned by this operation. The operation also returns a NextToken which you can use in a subsequent operation to retrieve the next set of results.
public ListPartnerEventSourceAccountsRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ListPartnerEventSourceAccountsRequest.Builder,ListPartnerEventSourceAccountsRequest>toBuilder in class EventBridgeRequestpublic static ListPartnerEventSourceAccountsRequest.Builder builder()
public static Class<? extends ListPartnerEventSourceAccountsRequest.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.