@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetProfileResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
GetProfileResult() |
| Modifier and Type | Method and Description |
|---|---|
GetProfileResult |
clone() |
boolean |
equals(Object obj) |
Profile |
getProfile()
The details of the room profile requested.
|
int |
hashCode() |
void |
setProfile(Profile profile)
The details of the room profile requested.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
GetProfileResult |
withProfile(Profile profile)
The details of the room profile requested.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setProfile(Profile profile)
The details of the room profile requested. Required.
profile - The details of the room profile requested. Required.public Profile getProfile()
The details of the room profile requested. Required.
public GetProfileResult withProfile(Profile profile)
The details of the room profile requested. Required.
profile - The details of the room profile requested. Required.public String toString()
toString in class ObjectObject.toString()public GetProfileResult clone()
Copyright © 2018. All rights reserved.