@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 profile.
|
int |
hashCode() |
void |
setProfile(Profile profile)
The profile.
|
String |
toString()
Returns a string representation of this object.
|
GetProfileResult |
withProfile(Profile profile)
The profile.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setProfile(Profile profile)
The profile.
profile
- The profile.public Profile getProfile()
The profile.
public GetProfileResult withProfile(Profile profile)
The profile.
profile
- The profile.public String toString()
toString
in class Object
Object.toString()
public GetProfileResult clone()