@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetArchiveRuleResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
The response to the request.
Constructor and Description |
---|
GetArchiveRuleResult() |
Modifier and Type | Method and Description |
---|---|
GetArchiveRuleResult |
clone() |
boolean |
equals(Object obj) |
ArchiveRuleSummary |
getArchiveRule() |
int |
hashCode() |
void |
setArchiveRule(ArchiveRuleSummary archiveRule) |
String |
toString()
Returns a string representation of this object.
|
GetArchiveRuleResult |
withArchiveRule(ArchiveRuleSummary archiveRule) |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setArchiveRule(ArchiveRuleSummary archiveRule)
archiveRule
- public ArchiveRuleSummary getArchiveRule()
public GetArchiveRuleResult withArchiveRule(ArchiveRuleSummary archiveRule)
archiveRule
- public String toString()
toString
in class Object
Object.toString()
public GetArchiveRuleResult clone()