@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetRateBasedRuleResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description | 
|---|
| GetRateBasedRuleResult() | 
| Modifier and Type | Method and Description | 
|---|---|
| GetRateBasedRuleResult | clone() | 
| boolean | equals(Object obj) | 
| RateBasedRule | getRule()
 Information about the RateBasedRule that you specified in the  GetRateBasedRulerequest. | 
| int | hashCode() | 
| void | setRule(RateBasedRule rule)
 Information about the RateBasedRule that you specified in the  GetRateBasedRulerequest. | 
| String | toString()Returns a string representation of this object. | 
| GetRateBasedRuleResult | withRule(RateBasedRule rule)
 Information about the RateBasedRule that you specified in the  GetRateBasedRulerequest. | 
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setRule(RateBasedRule rule)
 Information about the RateBasedRule that you specified in the GetRateBasedRule request.
 
rule - Information about the RateBasedRule that you specified in the GetRateBasedRule
        request.public RateBasedRule getRule()
 Information about the RateBasedRule that you specified in the GetRateBasedRule request.
 
GetRateBasedRule
         request.public GetRateBasedRuleResult withRule(RateBasedRule rule)
 Information about the RateBasedRule that you specified in the GetRateBasedRule request.
 
rule - Information about the RateBasedRule that you specified in the GetRateBasedRule
        request.public String toString()
toString in class ObjectObject.toString()public GetRateBasedRuleResult clone()