@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class BuiltInSlotTypeSummary extends Object implements Serializable, Cloneable, StructuredPojo
Provides summary information about a built-in slot type for the ListBuiltInSlotTypes operation.
Constructor and Description |
---|
BuiltInSlotTypeSummary() |
Modifier and Type | Method and Description |
---|---|
BuiltInSlotTypeSummary |
clone() |
boolean |
equals(Object obj) |
String |
getDescription()
The description of the built-in slot type.
|
String |
getSlotTypeSignature()
The signature of the built-in slot type.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setDescription(String description)
The description of the built-in slot type.
|
void |
setSlotTypeSignature(String slotTypeSignature)
The signature of the built-in slot type.
|
String |
toString()
Returns a string representation of this object.
|
BuiltInSlotTypeSummary |
withDescription(String description)
The description of the built-in slot type.
|
BuiltInSlotTypeSummary |
withSlotTypeSignature(String slotTypeSignature)
The signature of the built-in slot type.
|
public void setSlotTypeSignature(String slotTypeSignature)
The signature of the built-in slot type. Use this to specify the parent slot type of a derived slot type.
slotTypeSignature
- The signature of the built-in slot type. Use this to specify the parent slot type of a derived slot type.public String getSlotTypeSignature()
The signature of the built-in slot type. Use this to specify the parent slot type of a derived slot type.
public BuiltInSlotTypeSummary withSlotTypeSignature(String slotTypeSignature)
The signature of the built-in slot type. Use this to specify the parent slot type of a derived slot type.
slotTypeSignature
- The signature of the built-in slot type. Use this to specify the parent slot type of a derived slot type.public void setDescription(String description)
The description of the built-in slot type.
description
- The description of the built-in slot type.public String getDescription()
The description of the built-in slot type.
public BuiltInSlotTypeSummary withDescription(String description)
The description of the built-in slot type.
description
- The description of the built-in slot type.public String toString()
toString
in class Object
Object.toString()
public BuiltInSlotTypeSummary clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.