StructuredPojo
, ToCopyableBuilder<SlotTypeMetadata.Builder,SlotTypeMetadata>
@Generated("software.amazon.awssdk:codegen") public class SlotTypeMetadata extends Object implements StructuredPojo, ToCopyableBuilder<SlotTypeMetadata.Builder,SlotTypeMetadata>
Provides information about a slot type..
Modifier and Type | Class | Description |
---|---|---|
static interface |
SlotTypeMetadata.Builder |
Modifier and Type | Method | Description |
---|---|---|
static SlotTypeMetadata.Builder |
builder() |
|
Date |
createdDate() |
The date that the slot type was created.
|
String |
description() |
A description of the slot type.
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
Date |
lastUpdatedDate() |
The date that the slot type was updated.
|
void |
marshall(ProtocolMarshaller protocolMarshaller) |
Marshalls this structured data using the given
ProtocolMarshaller . |
String |
name() |
The name of the slot type.
|
static Class<? extends SlotTypeMetadata.Builder> |
serializableBuilderClass() |
|
SlotTypeMetadata.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.
|
public String name()
The name of the slot type.
public String description()
A description of the slot type.
public Date lastUpdatedDate()
The date that the slot type was updated. When you create a resource, the creation date and last updated 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 SlotTypeMetadata.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<SlotTypeMetadata.Builder,SlotTypeMetadata>
public static SlotTypeMetadata.Builder builder()
public static Class<? extends SlotTypeMetadata.Builder> serializableBuilderClass()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.