@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SubSlotTypeComposition extends Object implements Serializable, Cloneable, StructuredPojo
Subslot type composition.
| Constructor and Description |
|---|
SubSlotTypeComposition() |
| Modifier and Type | Method and Description |
|---|---|
SubSlotTypeComposition |
clone() |
boolean |
equals(Object obj) |
String |
getName()
Name of a constituent sub slot inside a composite slot.
|
String |
getSlotTypeId()
The unique identifier assigned to a slot type.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setName(String name)
Name of a constituent sub slot inside a composite slot.
|
void |
setSlotTypeId(String slotTypeId)
The unique identifier assigned to a slot type.
|
String |
toString()
Returns a string representation of this object.
|
SubSlotTypeComposition |
withName(String name)
Name of a constituent sub slot inside a composite slot.
|
SubSlotTypeComposition |
withSlotTypeId(String slotTypeId)
The unique identifier assigned to a slot type.
|
public void setName(String name)
Name of a constituent sub slot inside a composite slot.
name - Name of a constituent sub slot inside a composite slot.public String getName()
Name of a constituent sub slot inside a composite slot.
public SubSlotTypeComposition withName(String name)
Name of a constituent sub slot inside a composite slot.
name - Name of a constituent sub slot inside a composite slot.public void setSlotTypeId(String slotTypeId)
The unique identifier assigned to a slot type. This refers to either a built-in slot type or the unique slotTypeId of a custom slot type.
slotTypeId - The unique identifier assigned to a slot type. This refers to either a built-in slot type or the unique
slotTypeId of a custom slot type.public String getSlotTypeId()
The unique identifier assigned to a slot type. This refers to either a built-in slot type or the unique slotTypeId of a custom slot type.
public SubSlotTypeComposition withSlotTypeId(String slotTypeId)
The unique identifier assigned to a slot type. This refers to either a built-in slot type or the unique slotTypeId of a custom slot type.
slotTypeId - The unique identifier assigned to a slot type. This refers to either a built-in slot type or the unique
slotTypeId of a custom slot type.public String toString()
toString in class ObjectObject.toString()public SubSlotTypeComposition clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2024. All rights reserved.