@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.
|
GetProfileResult |
withProfile(Profile profile)
The details of the room profile requested.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public 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 Object
Object.toString()
public GetProfileResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.