@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateMeetingResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description | 
|---|
| CreateMeetingResult() | 
| Modifier and Type | Method and Description | 
|---|---|
| CreateMeetingResult | clone() | 
| boolean | equals(Object obj) | 
| Meeting | getMeeting()
 The meeting information, including the meeting ID and  MediaPlacement. | 
| int | hashCode() | 
| void | setMeeting(Meeting meeting)
 The meeting information, including the meeting ID and  MediaPlacement. | 
| String | toString()Returns a string representation of this object. | 
| CreateMeetingResult | withMeeting(Meeting meeting)
 The meeting information, including the meeting ID and  MediaPlacement. | 
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setMeeting(Meeting meeting)
 The meeting information, including the meeting ID and MediaPlacement.
 
meeting - The meeting information, including the meeting ID and MediaPlacement.public Meeting getMeeting()
 The meeting information, including the meeting ID and MediaPlacement.
 
MediaPlacement.public CreateMeetingResult withMeeting(Meeting meeting)
 The meeting information, including the meeting ID and MediaPlacement.
 
meeting - The meeting information, including the meeting ID and MediaPlacement.public String toString()
toString in class ObjectObject.toString()public CreateMeetingResult clone()