@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DisassociateUserFromPermissionGroupResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description | 
|---|
| DisassociateUserFromPermissionGroupResult() | 
| Modifier and Type | Method and Description | 
|---|---|
| DisassociateUserFromPermissionGroupResult | clone() | 
| boolean | equals(Object obj) | 
| Integer | getStatusCode()
 The returned status code of the response. | 
| int | hashCode() | 
| void | setStatusCode(Integer statusCode)
 The returned status code of the response. | 
| String | toString()Returns a string representation of this object. | 
| DisassociateUserFromPermissionGroupResult | withStatusCode(Integer statusCode)
 The returned status code of the response. | 
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic DisassociateUserFromPermissionGroupResult()
public void setStatusCode(Integer statusCode)
The returned status code of the response.
statusCode - The returned status code of the response.public Integer getStatusCode()
The returned status code of the response.
public DisassociateUserFromPermissionGroupResult withStatusCode(Integer statusCode)
The returned status code of the response.
statusCode - The returned status code of the response.public String toString()
toString in class ObjectObject.toString()public DisassociateUserFromPermissionGroupResult clone()