StructuredPojo
, ToCopyableBuilder<BuiltinSlotTypeMetadata.Builder,BuiltinSlotTypeMetadata>
@Generated("software.amazon.awssdk:codegen") public class BuiltinSlotTypeMetadata extends Object implements StructuredPojo, ToCopyableBuilder<BuiltinSlotTypeMetadata.Builder,BuiltinSlotTypeMetadata>
Provides information about a built in slot type.
Modifier and Type | Class | Description |
---|---|---|
static interface |
BuiltinSlotTypeMetadata.Builder |
Modifier and Type | Method | Description |
---|---|---|
static BuiltinSlotTypeMetadata.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
void |
marshall(ProtocolMarshaller protocolMarshaller) |
Marshalls this structured data using the given
ProtocolMarshaller . |
static Class<? extends BuiltinSlotTypeMetadata.Builder> |
serializableBuilderClass() |
|
String |
signature() |
A unique identifier for the built-in slot type.
|
List<String> |
supportedLocales() |
A list of target locales for the slot.
|
BuiltinSlotTypeMetadata.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
public String signature()
A unique identifier for the built-in slot type. To find the signature for a slot type, see Slot Type Reference in the Alexa Skills Kit.
public List<String> supportedLocales()
A list of target locales for the slot.
Locale
public BuiltinSlotTypeMetadata.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<BuiltinSlotTypeMetadata.Builder,BuiltinSlotTypeMetadata>
public static BuiltinSlotTypeMetadata.Builder builder()
public static Class<? extends BuiltinSlotTypeMetadata.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.