@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DisassociateResolverRuleResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
DisassociateResolverRuleResult() |
| Modifier and Type | Method and Description |
|---|---|
DisassociateResolverRuleResult |
clone() |
boolean |
equals(Object obj) |
ResolverRuleAssociation |
getResolverRuleAssociation()
Information about the
DisassociateResolverRule request, including the status of the request. |
int |
hashCode() |
void |
setResolverRuleAssociation(ResolverRuleAssociation resolverRuleAssociation)
Information about the
DisassociateResolverRule request, including the status of the request. |
String |
toString()
Returns a string representation of this object.
|
DisassociateResolverRuleResult |
withResolverRuleAssociation(ResolverRuleAssociation resolverRuleAssociation)
Information about the
DisassociateResolverRule request, including the status of the request. |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setResolverRuleAssociation(ResolverRuleAssociation resolverRuleAssociation)
Information about the DisassociateResolverRule request, including the status of the request.
resolverRuleAssociation - Information about the DisassociateResolverRule request, including the status of the request.public ResolverRuleAssociation getResolverRuleAssociation()
Information about the DisassociateResolverRule request, including the status of the request.
DisassociateResolverRule request, including the status of the request.public DisassociateResolverRuleResult withResolverRuleAssociation(ResolverRuleAssociation resolverRuleAssociation)
Information about the DisassociateResolverRule request, including the status of the request.
resolverRuleAssociation - Information about the DisassociateResolverRule request, including the status of the request.public String toString()
toString in class ObjectObject.toString()public DisassociateResolverRuleResult clone()