@Generated(value="software.amazon.awssdk:codegen") public final class ListPartnerEventSourcesRequest extends CloudWatchEventsRequest implements ToCopyableBuilder<ListPartnerEventSourcesRequest.Builder,ListPartnerEventSourcesRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ListPartnerEventSourcesRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ListPartnerEventSourcesRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Integer |
limit()
pecifying this limits the number of results returned by this operation.
|
String |
namePrefix()
If you specify this, the results are limited to only those partner event sources that start with the string you
specify.
|
String |
nextToken()
The token returned by a previous call to this operation.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ListPartnerEventSourcesRequest.Builder> |
serializableBuilderClass() |
ListPartnerEventSourcesRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String namePrefix()
If you specify this, the results are limited to only those partner event sources that start with the string you specify.
public String nextToken()
The token returned by a previous call to this operation. Specifying this retrieves the next set of results.
public Integer limit()
pecifying 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 ListPartnerEventSourcesRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ListPartnerEventSourcesRequest.Builder,ListPartnerEventSourcesRequest>toBuilder in class CloudWatchEventsRequestpublic static ListPartnerEventSourcesRequest.Builder builder()
public static Class<? extends ListPartnerEventSourcesRequest.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.