ToCopyableBuilder<GetSlotTypeResponse.Builder,GetSlotTypeResponse>
@Generated("software.amazon.awssdk:codegen") public class GetSlotTypeResponse extends AmazonWebServiceResult<ResponseMetadata> implements ToCopyableBuilder<GetSlotTypeResponse.Builder,GetSlotTypeResponse>
Modifier and Type | Class | Description |
---|---|---|
static interface |
GetSlotTypeResponse.Builder |
Modifier and Type | Method | Description |
---|---|---|
static GetSlotTypeResponse.Builder |
builder() |
|
String |
checksum() |
Checksum of the
$LATEST version of the slot type. |
Date |
createdDate() |
The date that the slot type was created.
|
String |
description() |
A description of the slot type.
|
List<EnumerationValue> |
enumerationValues() |
A list of
EnumerationValue objects that defines the values that the slot type can take. |
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
Date |
lastUpdatedDate() |
The date that the slot type was updated.
|
String |
name() |
The name of the slot type.
|
static Class<? extends GetSlotTypeResponse.Builder> |
serializableBuilderClass() |
|
GetSlotTypeResponse.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
|
String |
version() |
The version of the slot type.
|
setSdkHttpMetadata, setSdkResponseMetadata
public String name()
The name of the slot type.
public String description()
A description of the slot type.
public List<EnumerationValue> enumerationValues()
A list of EnumerationValue
objects that defines the values that the slot type can take.
EnumerationValue
objects that defines the values that the slot type can take.public Date lastUpdatedDate()
The date that the slot type was updated. When you create a resource, the creation date and last update date are the same.
public Date createdDate()
The date that the slot type was created.
public String version()
The version of the slot type.
public String checksum()
Checksum of the $LATEST
version of the slot type.
$LATEST
version of the slot type.public GetSlotTypeResponse.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<GetSlotTypeResponse.Builder,GetSlotTypeResponse>
public static GetSlotTypeResponse.Builder builder()
public static Class<? extends GetSlotTypeResponse.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.