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