@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.
|
GetRuleResult |
withRule(Rule rule)
Information about the Rule that you specified in the
GetRule request. |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic 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 ObjectObject.toString()public GetRuleResult clone()