@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateIpRestrictionRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
UpdateIpRestrictionRequest() |
Modifier and Type | Method and Description |
---|---|
UpdateIpRestrictionRequest |
addIpRestrictionRuleMapEntry(String key,
String value)
Add a single IpRestrictionRuleMap entry
|
UpdateIpRestrictionRequest |
clearIpRestrictionRuleMapEntries()
Removes all the entries added into IpRestrictionRuleMap.
|
UpdateIpRestrictionRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getAwsAccountId()
Your AWS account ID.
|
Boolean |
getEnabled()
Whether or not IP rules are enabled.
|
Map<String,String> |
getIpRestrictionRuleMap()
Describes updated IP rules.
|
int |
hashCode() |
Boolean |
isEnabled()
Whether or not IP rules are enabled.
|
void |
setAwsAccountId(String awsAccountId)
Your AWS account ID.
|
void |
setEnabled(Boolean enabled)
Whether or not IP rules are enabled.
|
void |
setIpRestrictionRuleMap(Map<String,String> ipRestrictionRuleMap)
Describes updated IP rules.
|
String |
toString()
Returns a string representation of this object.
|
UpdateIpRestrictionRequest |
withAwsAccountId(String awsAccountId)
Your AWS account ID.
|
UpdateIpRestrictionRequest |
withEnabled(Boolean enabled)
Whether or not IP rules are enabled.
|
UpdateIpRestrictionRequest |
withIpRestrictionRuleMap(Map<String,String> ipRestrictionRuleMap)
Describes updated IP rules.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setAwsAccountId(String awsAccountId)
Your AWS account ID.
awsAccountId
- Your AWS account ID.public String getAwsAccountId()
Your AWS account ID.
public UpdateIpRestrictionRequest withAwsAccountId(String awsAccountId)
Your AWS account ID.
awsAccountId
- Your AWS account ID.public Map<String,String> getIpRestrictionRuleMap()
Describes updated IP rules.
public void setIpRestrictionRuleMap(Map<String,String> ipRestrictionRuleMap)
Describes updated IP rules.
ipRestrictionRuleMap
- Describes updated IP rules.public UpdateIpRestrictionRequest withIpRestrictionRuleMap(Map<String,String> ipRestrictionRuleMap)
Describes updated IP rules.
ipRestrictionRuleMap
- Describes updated IP rules.public UpdateIpRestrictionRequest addIpRestrictionRuleMapEntry(String key, String value)
public UpdateIpRestrictionRequest clearIpRestrictionRuleMapEntries()
public void setEnabled(Boolean enabled)
Whether or not IP rules are enabled.
enabled
- Whether or not IP rules are enabled.public Boolean getEnabled()
Whether or not IP rules are enabled.
public UpdateIpRestrictionRequest withEnabled(Boolean enabled)
Whether or not IP rules are enabled.
enabled
- Whether or not IP rules are enabled.public Boolean isEnabled()
Whether or not IP rules are enabled.
public String toString()
toString
in class Object
Object.toString()
public UpdateIpRestrictionRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()