ToCopyableBuilder<GetBlueprintsResponse.Builder,GetBlueprintsResponse>
@Generated("software.amazon.awssdk:codegen") public class GetBlueprintsResponse extends AmazonWebServiceResult<ResponseMetadata> implements ToCopyableBuilder<GetBlueprintsResponse.Builder,GetBlueprintsResponse>
Modifier and Type | Class | Description |
---|---|---|
static interface |
GetBlueprintsResponse.Builder |
Modifier and Type | Method | Description |
---|---|---|
List<Blueprint> |
blueprints() |
An array of key-value pairs that contains information about the available blueprints.
|
static GetBlueprintsResponse.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
String |
nextPageToken() |
A token used for advancing to the next page of results from your get blueprints request.
|
static Class<? extends GetBlueprintsResponse.Builder> |
serializableBuilderClass() |
|
GetBlueprintsResponse.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<Blueprint> blueprints()
An array of key-value pairs that contains information about the available blueprints.
public String nextPageToken()
A token used for advancing to the next page of results from your get blueprints request.
public GetBlueprintsResponse.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<GetBlueprintsResponse.Builder,GetBlueprintsResponse>
public static GetBlueprintsResponse.Builder builder()
public static Class<? extends GetBlueprintsResponse.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.