@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetRuleResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
GetRuleResult() |
Modifier and Type | Method and Description |
---|---|
GetRuleResult |
clone() |
boolean |
equals(Object obj) |
Rule |
getRule()
Information about the Rule that you specified in the
GetRule request. |
int |
hashCode() |
void |
setRule(Rule rule)
Information about the Rule that you specified in the
GetRule request. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
GetRuleResult |
withRule(Rule rule)
Information about the Rule that you specified in the
GetRule request. |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setRule(Rule rule)
Information about the Rule that you specified in the GetRule
request. For more information,
see the following topics:
public Rule getRule()
Information about the Rule that you specified in the GetRule
request. For more information,
see the following topics:
public GetRuleResult withRule(Rule rule)
Information about the Rule that you specified in the GetRule
request. For more information,
see the following topics:
rule
- Information about the Rule that you specified in the GetRule
request. For more
information, see the following topics:
public String toString()
toString
in class Object
Object.toString()
public GetRuleResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.