ToCopyableBuilder<ListHsmsResponse.Builder,ListHsmsResponse>
@Generated("software.amazon.awssdk:codegen") public class ListHsmsResponse extends AmazonWebServiceResult<ResponseMetadata> implements ToCopyableBuilder<ListHsmsResponse.Builder,ListHsmsResponse>
Contains the output of the ListHsms operation.
Modifier and Type | Class | Description |
---|---|---|
static interface |
ListHsmsResponse.Builder |
Modifier and Type | Method | Description |
---|---|---|
static ListHsmsResponse.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
List<String> |
hsmList() |
The list of ARNs that identify the HSMs.
|
String |
nextToken() |
If not null, more results are available.
|
static Class<? extends ListHsmsResponse.Builder> |
serializableBuilderClass() |
|
ListHsmsResponse.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 List<String> hsmList()
The list of ARNs that identify the HSMs.
public String nextToken()
If not null, more results are available. Pass this value to ListHsms to retrieve the next set of items.
public ListHsmsResponse.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<ListHsmsResponse.Builder,ListHsmsResponse>
public static ListHsmsResponse.Builder builder()
public static Class<? extends ListHsmsResponse.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.