ToCopyableBuilder<DescribeTrustsResponse.Builder,DescribeTrustsResponse>
@Generated("software.amazon.awssdk:codegen") public class DescribeTrustsResponse extends AmazonWebServiceResult<ResponseMetadata> implements ToCopyableBuilder<DescribeTrustsResponse.Builder,DescribeTrustsResponse>
The result of a DescribeTrust request.
Modifier and Type | Class | Description |
---|---|---|
static interface |
DescribeTrustsResponse.Builder |
Modifier and Type | Method | Description |
---|---|---|
static DescribeTrustsResponse.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
String |
nextToken() |
If not null, more results are available.
|
static Class<? extends DescribeTrustsResponse.Builder> |
serializableBuilderClass() |
|
DescribeTrustsResponse.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
|
List<Trust> |
trusts() |
The list of Trust objects that were retrieved.
|
setSdkHttpMetadata, setSdkResponseMetadata
public List<Trust> trusts()
The list of Trust objects that were retrieved.
It is possible that this list contains less than the number of items specified in the Limit member of the request. This occurs if there are less than the requested number of items left to retrieve, or if the limitations of the operation have been exceeded.
It is possible that this list contains less than the number of items specified in the Limit member of the request. This occurs if there are less than the requested number of items left to retrieve, or if the limitations of the operation have been exceeded.
public String nextToken()
If not null, more results are available. Pass this value for the NextToken parameter in a subsequent call to DescribeTrusts to retrieve the next set of items.
public DescribeTrustsResponse.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<DescribeTrustsResponse.Builder,DescribeTrustsResponse>
public static DescribeTrustsResponse.Builder builder()
public static Class<? extends DescribeTrustsResponse.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.