ToCopyableBuilder<PutSlotTypeResponse.Builder,PutSlotTypeResponse>
@Generated("software.amazon.awssdk:codegen") public class PutSlotTypeResponse extends AmazonWebServiceResult<ResponseMetadata> implements ToCopyableBuilder<PutSlotTypeResponse.Builder,PutSlotTypeResponse>
Modifier and Type | Class | Description |
---|---|---|
static interface |
PutSlotTypeResponse.Builder |
Modifier and Type | Method | Description |
---|---|---|
static PutSlotTypeResponse.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 PutSlotTypeResponse.Builder> |
serializableBuilderClass() |
|
PutSlotTypeResponse.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 slot type, 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. For a new slot type, the version is always $LATEST
.
$LATEST
.public String checksum()
Checksum of the $LATEST
version of the slot type.
$LATEST
version of the slot type.public PutSlotTypeResponse.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<PutSlotTypeResponse.Builder,PutSlotTypeResponse>
public static PutSlotTypeResponse.Builder builder()
public static Class<? extends PutSlotTypeResponse.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.