ToCopyableBuilder<ListPrincipalThingsResponse.Builder,ListPrincipalThingsResponse>
@Generated("software.amazon.awssdk:codegen") public class ListPrincipalThingsResponse extends AmazonWebServiceResult<ResponseMetadata> implements ToCopyableBuilder<ListPrincipalThingsResponse.Builder,ListPrincipalThingsResponse>
The output from the ListPrincipalThings operation.
Modifier and Type | Class | Description |
---|---|---|
static interface |
ListPrincipalThingsResponse.Builder |
Modifier and Type | Method | Description |
---|---|---|
static ListPrincipalThingsResponse.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
String |
nextToken() |
The token for the next set of results, or null if there are no additional results.
|
static Class<? extends ListPrincipalThingsResponse.Builder> |
serializableBuilderClass() |
|
List<String> |
things() |
The things.
|
ListPrincipalThingsResponse.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
setSdkHttpMetadata, setSdkResponseMetadata
public String nextToken()
The token for the next set of results, or null if there are no additional results.
public ListPrincipalThingsResponse.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<ListPrincipalThingsResponse.Builder,ListPrincipalThingsResponse>
public static ListPrincipalThingsResponse.Builder builder()
public static Class<? extends ListPrincipalThingsResponse.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.