ToCopyableBuilder<DescribeHsmConfigurationsResponse.Builder,DescribeHsmConfigurationsResponse>
@Generated("software.amazon.awssdk:codegen") public class DescribeHsmConfigurationsResponse extends AmazonWebServiceResult<ResponseMetadata> implements ToCopyableBuilder<DescribeHsmConfigurationsResponse.Builder,DescribeHsmConfigurationsResponse>
Modifier and Type | Class | Description |
---|---|---|
static interface |
DescribeHsmConfigurationsResponse.Builder |
Modifier and Type | Method | Description |
---|---|---|
static DescribeHsmConfigurationsResponse.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
List<HsmConfiguration> |
hsmConfigurations() |
A list of
HsmConfiguration objects. |
String |
marker() |
A value that indicates the starting point for the next set of response records in a subsequent request.
|
static Class<? extends DescribeHsmConfigurationsResponse.Builder> |
serializableBuilderClass() |
|
DescribeHsmConfigurationsResponse.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 marker()
A value that indicates the starting point for the next set of response records in a subsequent request. If a
value is returned in a response, you can retrieve the next set of records by providing this returned marker value
in the Marker
parameter and retrying the command. If the Marker
field is empty, all
response records have been retrieved for the request.
Marker
parameter and retrying the command. If the Marker
field is empty, all response records have been retrieved for the request.public List<HsmConfiguration> hsmConfigurations()
A list of HsmConfiguration
objects.
HsmConfiguration
objects.public DescribeHsmConfigurationsResponse.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<DescribeHsmConfigurationsResponse.Builder,DescribeHsmConfigurationsResponse>
public static DescribeHsmConfigurationsResponse.Builder builder()
public static Class<? extends DescribeHsmConfigurationsResponse.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.