@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DisassociateResolverRuleRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
DisassociateResolverRuleRequest() |
| Modifier and Type | Method and Description |
|---|---|
DisassociateResolverRuleRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getResolverRuleId()
The ID of the Resolver rule that you want to disassociate from the specified VPC.
|
String |
getVPCId()
The ID of the VPC that you want to disassociate the Resolver rule from.
|
int |
hashCode() |
void |
setResolverRuleId(String resolverRuleId)
The ID of the Resolver rule that you want to disassociate from the specified VPC.
|
void |
setVPCId(String vPCId)
The ID of the VPC that you want to disassociate the Resolver rule from.
|
String |
toString()
Returns a string representation of this object.
|
DisassociateResolverRuleRequest |
withResolverRuleId(String resolverRuleId)
The ID of the Resolver rule that you want to disassociate from the specified VPC.
|
DisassociateResolverRuleRequest |
withVPCId(String vPCId)
The ID of the VPC that you want to disassociate the Resolver rule from.
|
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 setVPCId(String vPCId)
The ID of the VPC that you want to disassociate the Resolver rule from.
vPCId - The ID of the VPC that you want to disassociate the Resolver rule from.public String getVPCId()
The ID of the VPC that you want to disassociate the Resolver rule from.
public DisassociateResolverRuleRequest withVPCId(String vPCId)
The ID of the VPC that you want to disassociate the Resolver rule from.
vPCId - The ID of the VPC that you want to disassociate the Resolver rule from.public void setResolverRuleId(String resolverRuleId)
The ID of the Resolver rule that you want to disassociate from the specified VPC.
resolverRuleId - The ID of the Resolver rule that you want to disassociate from the specified VPC.public String getResolverRuleId()
The ID of the Resolver rule that you want to disassociate from the specified VPC.
public DisassociateResolverRuleRequest withResolverRuleId(String resolverRuleId)
The ID of the Resolver rule that you want to disassociate from the specified VPC.
resolverRuleId - The ID of the Resolver rule that you want to disassociate from the specified VPC.public String toString()
toString in class ObjectObject.toString()public DisassociateResolverRuleRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()