@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AssociateUserToPermissionGroupResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
AssociateUserToPermissionGroupResult() |
Modifier and Type | Method and Description |
---|---|
AssociateUserToPermissionGroupResult |
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.
|
AssociateUserToPermissionGroupResult |
withStatusCode(Integer statusCode)
The returned status code of the response.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public AssociateUserToPermissionGroupResult()
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 AssociateUserToPermissionGroupResult withStatusCode(Integer statusCode)
The returned status code of the response.
statusCode
- The returned status code of the response.public String toString()
toString
in class Object
Object.toString()
public AssociateUserToPermissionGroupResult clone()