ToCopyableBuilder<ListCoreDefinitionsResponse.Builder,ListCoreDefinitionsResponse>
@Generated("software.amazon.awssdk:codegen") public class ListCoreDefinitionsResponse extends AmazonWebServiceResult<ResponseMetadata> implements ToCopyableBuilder<ListCoreDefinitionsResponse.Builder,ListCoreDefinitionsResponse>
Modifier and Type | Class | Description |
---|---|---|
static interface |
ListCoreDefinitionsResponse.Builder |
Modifier and Type | Method | Description |
---|---|---|
static ListCoreDefinitionsResponse.Builder |
builder() |
|
List<DefinitionInformation> |
definitions() |
Definitions
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
String |
nextToken() |
The token for the next set of results, or ''null'' if there are no additional results.
|
static Class<? extends ListCoreDefinitionsResponse.Builder> |
serializableBuilderClass() |
|
ListCoreDefinitionsResponse.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<DefinitionInformation> definitions()
public String nextToken()
public ListCoreDefinitionsResponse.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<ListCoreDefinitionsResponse.Builder,ListCoreDefinitionsResponse>
public static ListCoreDefinitionsResponse.Builder builder()
public static Class<? extends ListCoreDefinitionsResponse.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.