@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateAttendeeResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
CreateAttendeeResult() |
Modifier and Type | Method and Description |
---|---|
CreateAttendeeResult |
clone() |
boolean |
equals(Object obj) |
Attendee |
getAttendee()
The attendee information, including attendee ID and join token.
|
int |
hashCode() |
void |
setAttendee(Attendee attendee)
The attendee information, including attendee ID and join token.
|
String |
toString()
Returns a string representation of this object.
|
CreateAttendeeResult |
withAttendee(Attendee attendee)
The attendee information, including attendee ID and join token.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setAttendee(Attendee attendee)
The attendee information, including attendee ID and join token.
attendee
- The attendee information, including attendee ID and join token.public Attendee getAttendee()
The attendee information, including attendee ID and join token.
public CreateAttendeeResult withAttendee(Attendee attendee)
The attendee information, including attendee ID and join token.
attendee
- The attendee information, including attendee ID and join token.public String toString()
toString
in class Object
Object.toString()
public CreateAttendeeResult clone()