@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
GetRateBasedRule request. |
int |
hashCode() |
void |
setRule(RateBasedRule rule)
Information about the RateBasedRule that you specified in the
GetRateBasedRule request. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
GetRateBasedRuleResult |
withRule(RateBasedRule rule)
Information about the RateBasedRule that you specified in the
GetRateBasedRule request. |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public 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 Object
Object.toString()
public GetRateBasedRuleResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.