Cloneable
, ReadLimitInfo
, ToCopyableBuilder<ListPrincipalThingsRequest.Builder,ListPrincipalThingsRequest>
@Generated("software.amazon.awssdk:codegen") public class ListPrincipalThingsRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<ListPrincipalThingsRequest.Builder,ListPrincipalThingsRequest>
The input for the ListPrincipalThings operation.
Modifier and Type | Class | Description |
---|---|---|
static interface |
ListPrincipalThingsRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
static ListPrincipalThingsRequest.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
Integer |
maxResults() |
The maximum number of results to return in this operation.
|
String |
nextToken() |
The token for the next set of results, or null if there are no additional results.
|
String |
principal() |
The principal.
|
static Class<? extends ListPrincipalThingsRequest.Builder> |
serializableBuilderClass() |
|
ListPrincipalThingsRequest.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
clone, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout
public String nextToken()
The token for the next set of results, or null if there are no additional results.
public Integer maxResults()
The maximum number of results to return in this operation.
public String principal()
The principal.
public ListPrincipalThingsRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<ListPrincipalThingsRequest.Builder,ListPrincipalThingsRequest>
public static ListPrincipalThingsRequest.Builder builder()
public static Class<? extends ListPrincipalThingsRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.