@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class Speaker extends Object implements Serializable, Cloneable, StructuredPojo
Contains all the information about a speaker.
Constructor and Description |
---|
Speaker() |
Modifier and Type | Method and Description |
---|---|
Speaker |
clone() |
boolean |
equals(Object obj) |
Date |
getCreatedAt()
A timestamp showing when the speaker is created.
|
String |
getCustomerSpeakerId()
The client-provided identifier for the speaker.
|
String |
getDomainId()
The identifier of the domain that contains the speaker.
|
String |
getGeneratedSpeakerId()
The service-generated identifier for the speaker.
|
String |
getStatus()
The current status of the speaker.
|
Date |
getUpdatedAt()
A timestamp showing the speaker's last update.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setCreatedAt(Date createdAt)
A timestamp showing when the speaker is created.
|
void |
setCustomerSpeakerId(String customerSpeakerId)
The client-provided identifier for the speaker.
|
void |
setDomainId(String domainId)
The identifier of the domain that contains the speaker.
|
void |
setGeneratedSpeakerId(String generatedSpeakerId)
The service-generated identifier for the speaker.
|
void |
setStatus(String status)
The current status of the speaker.
|
void |
setUpdatedAt(Date updatedAt)
A timestamp showing the speaker's last update.
|
String |
toString()
Returns a string representation of this object.
|
Speaker |
withCreatedAt(Date createdAt)
A timestamp showing when the speaker is created.
|
Speaker |
withCustomerSpeakerId(String customerSpeakerId)
The client-provided identifier for the speaker.
|
Speaker |
withDomainId(String domainId)
The identifier of the domain that contains the speaker.
|
Speaker |
withGeneratedSpeakerId(String generatedSpeakerId)
The service-generated identifier for the speaker.
|
Speaker |
withStatus(SpeakerStatus status)
The current status of the speaker.
|
Speaker |
withStatus(String status)
The current status of the speaker.
|
Speaker |
withUpdatedAt(Date updatedAt)
A timestamp showing the speaker's last update.
|
public void setCreatedAt(Date createdAt)
A timestamp showing when the speaker is created.
createdAt
- A timestamp showing when the speaker is created.public Date getCreatedAt()
A timestamp showing when the speaker is created.
public Speaker withCreatedAt(Date createdAt)
A timestamp showing when the speaker is created.
createdAt
- A timestamp showing when the speaker is created.public void setCustomerSpeakerId(String customerSpeakerId)
The client-provided identifier for the speaker.
customerSpeakerId
- The client-provided identifier for the speaker.public String getCustomerSpeakerId()
The client-provided identifier for the speaker.
public Speaker withCustomerSpeakerId(String customerSpeakerId)
The client-provided identifier for the speaker.
customerSpeakerId
- The client-provided identifier for the speaker.public void setDomainId(String domainId)
The identifier of the domain that contains the speaker.
domainId
- The identifier of the domain that contains the speaker.public String getDomainId()
The identifier of the domain that contains the speaker.
public Speaker withDomainId(String domainId)
The identifier of the domain that contains the speaker.
domainId
- The identifier of the domain that contains the speaker.public void setGeneratedSpeakerId(String generatedSpeakerId)
The service-generated identifier for the speaker.
generatedSpeakerId
- The service-generated identifier for the speaker.public String getGeneratedSpeakerId()
The service-generated identifier for the speaker.
public Speaker withGeneratedSpeakerId(String generatedSpeakerId)
The service-generated identifier for the speaker.
generatedSpeakerId
- The service-generated identifier for the speaker.public void setStatus(String status)
The current status of the speaker.
status
- The current status of the speaker.SpeakerStatus
public String getStatus()
The current status of the speaker.
SpeakerStatus
public Speaker withStatus(String status)
The current status of the speaker.
status
- The current status of the speaker.SpeakerStatus
public Speaker withStatus(SpeakerStatus status)
The current status of the speaker.
status
- The current status of the speaker.SpeakerStatus
public void setUpdatedAt(Date updatedAt)
A timestamp showing the speaker's last update.
updatedAt
- A timestamp showing the speaker's last update.public Date getUpdatedAt()
A timestamp showing the speaker's last update.
public Speaker withUpdatedAt(Date updatedAt)
A timestamp showing the speaker's last update.
updatedAt
- A timestamp showing the speaker's last update.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.