@Generated(value="software.amazon.awssdk:codegen") public final class ListInvitationsRequest extends DetectiveRequest implements ToCopyableBuilder<ListInvitationsRequest.Builder,ListInvitationsRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ListInvitationsRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ListInvitationsRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Integer |
maxResults()
The maximum number of behavior graph invitations to return in the response.
|
String |
nextToken()
For requests to retrieve the next page of results, the pagination token that was returned with the previous page
of results.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ListInvitationsRequest.Builder> |
serializableBuilderClass() |
ListInvitationsRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String nextToken()
For requests to retrieve the next page of results, the pagination token that was returned with the previous page of results. The initial request does not include a pagination token.
public Integer maxResults()
The maximum number of behavior graph invitations to return in the response. The total must be less than the overall limit on the number of results to return, which is currently 200.
public ListInvitationsRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ListInvitationsRequest.Builder,ListInvitationsRequest>toBuilder in class DetectiveRequestpublic static ListInvitationsRequest.Builder builder()
public static Class<? extends ListInvitationsRequest.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.