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