@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteIAMPolicyAssignmentResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DeleteIAMPolicyAssignmentResult() |
Modifier and Type | Method and Description |
---|---|
DeleteIAMPolicyAssignmentResult |
clone() |
boolean |
equals(Object obj) |
String |
getAssignmentName()
The name of the assignment.
|
String |
getRequestId()
The Amazon Web Services request ID for this operation.
|
Integer |
getStatus()
The HTTP status of the request.
|
int |
hashCode() |
void |
setAssignmentName(String assignmentName)
The name of the assignment.
|
void |
setRequestId(String requestId)
The Amazon Web Services request ID for this operation.
|
void |
setStatus(Integer status)
The HTTP status of the request.
|
String |
toString()
Returns a string representation of this object.
|
DeleteIAMPolicyAssignmentResult |
withAssignmentName(String assignmentName)
The name of the assignment.
|
DeleteIAMPolicyAssignmentResult |
withRequestId(String requestId)
The Amazon Web Services request ID for this operation.
|
DeleteIAMPolicyAssignmentResult |
withStatus(Integer status)
The HTTP status of the request.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setAssignmentName(String assignmentName)
The name of the assignment.
assignmentName
- The name of the assignment.public String getAssignmentName()
The name of the assignment.
public DeleteIAMPolicyAssignmentResult withAssignmentName(String assignmentName)
The name of the assignment.
assignmentName
- The name of the assignment.public void setRequestId(String requestId)
The Amazon Web Services request ID for this operation.
requestId
- The Amazon Web Services request ID for this operation.public String getRequestId()
The Amazon Web Services request ID for this operation.
public DeleteIAMPolicyAssignmentResult withRequestId(String requestId)
The Amazon Web Services request ID for this operation.
requestId
- The Amazon Web Services request ID for this operation.public void setStatus(Integer status)
The HTTP status of the request.
status
- The HTTP status of the request.public Integer getStatus()
The HTTP status of the request.
public DeleteIAMPolicyAssignmentResult withStatus(Integer status)
The HTTP status of the request.
status
- The HTTP status of the request.public String toString()
toString
in class Object
Object.toString()
public DeleteIAMPolicyAssignmentResult clone()