@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteResolverRuleResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DeleteResolverRuleResult() |
Modifier and Type | Method and Description |
---|---|
DeleteResolverRuleResult |
clone() |
boolean |
equals(Object obj) |
ResolverRule |
getResolverRule()
Information about the
DeleteResolverRule request, including the status of the request. |
int |
hashCode() |
void |
setResolverRule(ResolverRule resolverRule)
Information about the
DeleteResolverRule request, including the status of the request. |
String |
toString()
Returns a string representation of this object.
|
DeleteResolverRuleResult |
withResolverRule(ResolverRule resolverRule)
Information about the
DeleteResolverRule request, including the status of the request. |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setResolverRule(ResolverRule resolverRule)
Information about the DeleteResolverRule
request, including the status of the request.
resolverRule
- Information about the DeleteResolverRule
request, including the status of the request.public ResolverRule getResolverRule()
Information about the DeleteResolverRule
request, including the status of the request.
DeleteResolverRule
request, including the status of the request.public DeleteResolverRuleResult withResolverRule(ResolverRule resolverRule)
Information about the DeleteResolverRule
request, including the status of the request.
resolverRule
- Information about the DeleteResolverRule
request, including the status of the request.public String toString()
toString
in class Object
Object.toString()
public DeleteResolverRuleResult clone()