@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteProfileResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description | 
|---|
| DeleteProfileResult() | 
| Modifier and Type | Method and Description | 
|---|---|
| DeleteProfileResult | clone() | 
| boolean | equals(Object obj) | 
| Profile | getProfile()
 Information about the  DeleteProfilerequest, including the status of the request. | 
| int | hashCode() | 
| void | setProfile(Profile profile)
 Information about the  DeleteProfilerequest, including the status of the request. | 
| String | toString()Returns a string representation of this object. | 
| DeleteProfileResult | withProfile(Profile profile)
 Information about the  DeleteProfilerequest, including the status of the request. | 
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setProfile(Profile profile)
 Information about the DeleteProfile request, including the status of the request.
 
profile - Information about the DeleteProfile request, including the status of the request.public Profile getProfile()
 Information about the DeleteProfile request, including the status of the request.
 
DeleteProfile request, including the status of the request.public DeleteProfileResult withProfile(Profile profile)
 Information about the DeleteProfile request, including the status of the request.
 
profile - Information about the DeleteProfile request, including the status of the request.public String toString()
toString in class ObjectObject.toString()public DeleteProfileResult clone()