@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeProfileResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
DescribeProfileResult() |
| Modifier and Type | Method and Description |
|---|---|
DescribeProfileResult |
clone() |
boolean |
equals(Object obj) |
DescribedProfile |
getProfile()
The details of the specified profile, returned as an object.
|
int |
hashCode() |
void |
setProfile(DescribedProfile profile)
The details of the specified profile, returned as an object.
|
String |
toString()
Returns a string representation of this object.
|
DescribeProfileResult |
withProfile(DescribedProfile profile)
The details of the specified profile, returned as an object.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setProfile(DescribedProfile profile)
The details of the specified profile, returned as an object.
profile - The details of the specified profile, returned as an object.public DescribedProfile getProfile()
The details of the specified profile, returned as an object.
public DescribeProfileResult withProfile(DescribedProfile profile)
The details of the specified profile, returned as an object.
profile - The details of the specified profile, returned as an object.public String toString()
toString in class ObjectObject.toString()public DescribeProfileResult clone()