@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateIpRestrictionResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
UpdateIpRestrictionResult() |
Modifier and Type | Method and Description |
---|---|
UpdateIpRestrictionResult |
clone() |
boolean |
equals(Object obj) |
String |
getAwsAccountId()
Your AWS account ID.
|
String |
getRequestId()
The ID of the update request.
|
Integer |
getStatus()
The status of the updated IP rules.
|
int |
hashCode() |
void |
setAwsAccountId(String awsAccountId)
Your AWS account ID.
|
void |
setRequestId(String requestId)
The ID of the update request.
|
void |
setStatus(Integer status)
The status of the updated IP rules.
|
String |
toString()
Returns a string representation of this object.
|
UpdateIpRestrictionResult |
withAwsAccountId(String awsAccountId)
Your AWS account ID.
|
UpdateIpRestrictionResult |
withRequestId(String requestId)
The ID of the update request.
|
UpdateIpRestrictionResult |
withStatus(Integer status)
The status of the updated IP rules.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setAwsAccountId(String awsAccountId)
Your AWS account ID.
awsAccountId
- Your AWS account ID.public String getAwsAccountId()
Your AWS account ID.
public UpdateIpRestrictionResult withAwsAccountId(String awsAccountId)
Your AWS account ID.
awsAccountId
- Your AWS account ID.public void setRequestId(String requestId)
The ID of the update request.
requestId
- The ID of the update request.public String getRequestId()
The ID of the update request.
public UpdateIpRestrictionResult withRequestId(String requestId)
The ID of the update request.
requestId
- The ID of the update request.public void setStatus(Integer status)
The status of the updated IP rules. A successful request returns a 200 code.
status
- The status of the updated IP rules. A successful request returns a 200 code.public Integer getStatus()
The status of the updated IP rules. A successful request returns a 200 code.
public UpdateIpRestrictionResult withStatus(Integer status)
The status of the updated IP rules. A successful request returns a 200 code.
status
- The status of the updated IP rules. A successful request returns a 200 code.public String toString()
toString
in class Object
Object.toString()
public UpdateIpRestrictionResult clone()
Copyright © 2021. All rights reserved.