@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class Slot extends Object implements Serializable, Cloneable, StructuredPojo
The definition for the slot.
Constructor and Description |
---|
Slot() |
Modifier and Type | Method and Description |
---|---|
Slot |
clone() |
boolean |
equals(Object obj) |
String |
getSlotId()
The slot ID of the slot.
|
String |
getVisualId()
The visual ID for the slot.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setSlotId(String slotId)
The slot ID of the slot.
|
void |
setVisualId(String visualId)
The visual ID for the slot.
|
String |
toString()
Returns a string representation of this object.
|
Slot |
withSlotId(String slotId)
The slot ID of the slot.
|
Slot |
withVisualId(String visualId)
The visual ID for the slot.
|
public void setSlotId(String slotId)
The slot ID of the slot.
slotId
- The slot ID of the slot.public String getSlotId()
The slot ID of the slot.
public Slot withSlotId(String slotId)
The slot ID of the slot.
slotId
- The slot ID of the slot.public void setVisualId(String visualId)
The visual ID for the slot.
visualId
- The visual ID for the slot.public String getVisualId()
The visual ID for the slot.
public Slot withVisualId(String visualId)
The visual ID for the slot.
visualId
- The visual ID for the slot.public String toString()
toString
in class Object
Object.toString()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.