@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 of when the speaker was 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.
|
Date |
getLastAccessedAt()
The timestamp of when the speaker was last accessed for enrollment, re-enrollment or a successful authentication.
|
String |
getStatus()
The current status of the speaker.
|
Date |
getUpdatedAt()
A timestamp of 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 of when the speaker was 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 |
setLastAccessedAt(Date lastAccessedAt)
The timestamp of when the speaker was last accessed for enrollment, re-enrollment or a successful authentication.
|
void |
setStatus(String status)
The current status of the speaker.
|
void |
setUpdatedAt(Date updatedAt)
A timestamp of the speaker's last update.
|
String |
toString()
Returns a string representation of this object.
|
Speaker |
withCreatedAt(Date createdAt)
A timestamp of when the speaker was 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 |
withLastAccessedAt(Date lastAccessedAt)
The timestamp of when the speaker was last accessed for enrollment, re-enrollment or a successful authentication.
|
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 of the speaker's last update.
|
public void setCreatedAt(Date createdAt)
A timestamp of when the speaker was created.
createdAt
- A timestamp of when the speaker was created.public Date getCreatedAt()
A timestamp of when the speaker was created.
public Speaker withCreatedAt(Date createdAt)
A timestamp of when the speaker was created.
createdAt
- A timestamp of when the speaker was 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 setLastAccessedAt(Date lastAccessedAt)
The timestamp of when the speaker was last accessed for enrollment, re-enrollment or a successful authentication. This timestamp is accurate to one hour.
lastAccessedAt
- The timestamp of when the speaker was last accessed for enrollment, re-enrollment or a successful
authentication. This timestamp is accurate to one hour.public Date getLastAccessedAt()
The timestamp of when the speaker was last accessed for enrollment, re-enrollment or a successful authentication. This timestamp is accurate to one hour.
public Speaker withLastAccessedAt(Date lastAccessedAt)
The timestamp of when the speaker was last accessed for enrollment, re-enrollment or a successful authentication. This timestamp is accurate to one hour.
lastAccessedAt
- The timestamp of when the speaker was last accessed for enrollment, re-enrollment or a successful
authentication. This timestamp is accurate to one hour.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 of the speaker's last update.
updatedAt
- A timestamp of the speaker's last update.public Date getUpdatedAt()
A timestamp of the speaker's last update.
public Speaker withUpdatedAt(Date updatedAt)
A timestamp of the speaker's last update.
updatedAt
- A timestamp of 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.