@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeSpeakerResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DescribeSpeakerResult() |
Modifier and Type | Method and Description |
---|---|
DescribeSpeakerResult |
clone() |
boolean |
equals(Object obj) |
Speaker |
getSpeaker()
Information about the specified speaker.
|
int |
hashCode() |
void |
setSpeaker(Speaker speaker)
Information about the specified speaker.
|
String |
toString()
Returns a string representation of this object.
|
DescribeSpeakerResult |
withSpeaker(Speaker speaker)
Information about the specified speaker.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setSpeaker(Speaker speaker)
Information about the specified speaker.
speaker
- Information about the specified speaker.public Speaker getSpeaker()
Information about the specified speaker.
public DescribeSpeakerResult withSpeaker(Speaker speaker)
Information about the specified speaker.
speaker
- Information about the specified speaker.public String toString()
toString
in class Object
Object.toString()
public DescribeSpeakerResult clone()