@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class RemoveIpRoutesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
RemoveIpRoutesRequest() |
| Modifier and Type | Method and Description |
|---|---|
RemoveIpRoutesRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
List<String> |
getCidrIps()
IP address blocks that you want to remove.
|
String |
getDirectoryId()
Identifier (ID) of the directory from which you want to remove the IP addresses.
|
int |
hashCode() |
void |
setCidrIps(Collection<String> cidrIps)
IP address blocks that you want to remove.
|
void |
setDirectoryId(String directoryId)
Identifier (ID) of the directory from which you want to remove the IP addresses.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
RemoveIpRoutesRequest |
withCidrIps(Collection<String> cidrIps)
IP address blocks that you want to remove.
|
RemoveIpRoutesRequest |
withCidrIps(String... cidrIps)
IP address blocks that you want to remove.
|
RemoveIpRoutesRequest |
withDirectoryId(String directoryId)
Identifier (ID) of the directory from which you want to remove the IP addresses.
|
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, withSdkRequestTimeoutpublic void setDirectoryId(String directoryId)
Identifier (ID) of the directory from which you want to remove the IP addresses.
directoryId - Identifier (ID) of the directory from which you want to remove the IP addresses.public String getDirectoryId()
Identifier (ID) of the directory from which you want to remove the IP addresses.
public RemoveIpRoutesRequest withDirectoryId(String directoryId)
Identifier (ID) of the directory from which you want to remove the IP addresses.
directoryId - Identifier (ID) of the directory from which you want to remove the IP addresses.public List<String> getCidrIps()
IP address blocks that you want to remove.
public void setCidrIps(Collection<String> cidrIps)
IP address blocks that you want to remove.
cidrIps - IP address blocks that you want to remove.public RemoveIpRoutesRequest withCidrIps(String... cidrIps)
IP address blocks that you want to remove.
NOTE: This method appends the values to the existing list (if any). Use
setCidrIps(java.util.Collection) or withCidrIps(java.util.Collection) if you want to override
the existing values.
cidrIps - IP address blocks that you want to remove.public RemoveIpRoutesRequest withCidrIps(Collection<String> cidrIps)
IP address blocks that you want to remove.
cidrIps - IP address blocks that you want to remove.public String toString()
toString in class ObjectObject.toString()public RemoveIpRoutesRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.