@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SpeakerSummary extends Object implements Serializable, Cloneable, StructuredPojo
Contains a summary of information about a speaker.
Constructor and Description |
---|
SpeakerSummary() |
Modifier and Type | Method and Description |
---|---|
SpeakerSummary |
clone() |
boolean |
equals(Object obj) |
Date |
getCreatedAt()
A timestamp showing the speaker's creation time.
|
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 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 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 the speaker's creation time.
|
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 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 showing the speaker's last update.
|
String |
toString()
Returns a string representation of this object.
|
SpeakerSummary |
withCreatedAt(Date createdAt)
A timestamp showing the speaker's creation time.
|
SpeakerSummary |
withCustomerSpeakerId(String customerSpeakerId)
The client-provided identifier for the speaker.
|
SpeakerSummary |
withDomainId(String domainId)
The identifier of the domain that contains the speaker.
|
SpeakerSummary |
withGeneratedSpeakerId(String generatedSpeakerId)
The service-generated identifier for the speaker.
|
SpeakerSummary |
withLastAccessedAt(Date lastAccessedAt)
The timestamp when the speaker was last accessed for enrollment, re-enrollment or a successful authentication.
|
SpeakerSummary |
withStatus(SpeakerStatus status)
The current status of the speaker.
|
SpeakerSummary |
withStatus(String status)
The current status of the speaker.
|
SpeakerSummary |
withUpdatedAt(Date updatedAt)
A timestamp showing the speaker's last update.
|
public void setCreatedAt(Date createdAt)
A timestamp showing the speaker's creation time.
createdAt
- A timestamp showing the speaker's creation time.public Date getCreatedAt()
A timestamp showing the speaker's creation time.
public SpeakerSummary withCreatedAt(Date createdAt)
A timestamp showing the speaker's creation time.
createdAt
- A timestamp showing the speaker's creation time.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 SpeakerSummary 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 SpeakerSummary 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 SpeakerSummary 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 when the speaker was last accessed for enrollment, re-enrollment or a successful authentication. This timestamp is accurate to one hour.
lastAccessedAt
- The timestamp 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 when the speaker was last accessed for enrollment, re-enrollment or a successful authentication. This timestamp is accurate to one hour.
public SpeakerSummary withLastAccessedAt(Date lastAccessedAt)
The timestamp when the speaker was last accessed for enrollment, re-enrollment or a successful authentication. This timestamp is accurate to one hour.
lastAccessedAt
- The timestamp 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 SpeakerSummary withStatus(String status)
The current status of the speaker.
status
- The current status of the speaker.SpeakerStatus
public SpeakerSummary 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 SpeakerSummary 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 SpeakerSummary clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.