ToCopyableBuilder<GetParameterHistoryResponse.Builder,GetParameterHistoryResponse>
@Generated("software.amazon.awssdk:codegen") public class GetParameterHistoryResponse extends AmazonWebServiceResult<ResponseMetadata> implements ToCopyableBuilder<GetParameterHistoryResponse.Builder,GetParameterHistoryResponse>
Modifier and Type | Class | Description |
---|---|---|
static interface |
GetParameterHistoryResponse.Builder |
Modifier and Type | Method | Description |
---|---|---|
static GetParameterHistoryResponse.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
String |
nextToken() |
The token to use when requesting the next set of items.
|
List<ParameterHistory> |
parameters() |
A list of parameters returned by the request.
|
static Class<? extends GetParameterHistoryResponse.Builder> |
serializableBuilderClass() |
|
GetParameterHistoryResponse.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<ParameterHistory> parameters()
A list of parameters returned by the request.
public String nextToken()
The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.
public GetParameterHistoryResponse.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<GetParameterHistoryResponse.Builder,GetParameterHistoryResponse>
public static GetParameterHistoryResponse.Builder builder()
public static Class<? extends GetParameterHistoryResponse.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.