@Generated(value="software.amazon.awssdk:codegen") public final class GetCoreDefinitionVersionResponse extends GreengrassResponse implements ToCopyableBuilder<GetCoreDefinitionVersionResponse.Builder,GetCoreDefinitionVersionResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
GetCoreDefinitionVersionResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
arn()
The ARN of the core definition version.
|
static GetCoreDefinitionVersionResponse.Builder |
builder() |
String |
creationTimestamp()
The time, in milliseconds since the epoch, when the core definition version was created.
|
CoreDefinitionVersion |
definition()
Information about the core definition version.
|
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
id()
The ID of the core definition version.
|
String |
nextToken()
The token for the next set of results, or ''null'' if there are no additional results.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends GetCoreDefinitionVersionResponse.Builder> |
serializableBuilderClass() |
GetCoreDefinitionVersionResponse.Builder |
toBuilder() |
String |
toString() |
String |
version()
The version of the core definition version.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String arn()
public String creationTimestamp()
public CoreDefinitionVersion definition()
public String id()
public String nextToken()
public String version()
public GetCoreDefinitionVersionResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<GetCoreDefinitionVersionResponse.Builder,GetCoreDefinitionVersionResponse>toBuilder in class AwsResponsepublic static GetCoreDefinitionVersionResponse.Builder builder()
public static Class<? extends GetCoreDefinitionVersionResponse.Builder> serializableBuilderClass()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkResponseCopyright © 2018. All rights reserved.