public class DescribeRulesPackageRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DescribeRulesPackageRequest() |
Modifier and Type | Method and Description |
---|---|
DescribeRulesPackageRequest |
clone()
Creates a shallow clone of this request.
|
boolean |
equals(Object obj) |
String |
getRulesPackageArn()
The ARN specifying the rules package that you want to describe.
|
int |
hashCode() |
void |
setRulesPackageArn(String rulesPackageArn)
The ARN specifying the rules package that you want to describe.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeRulesPackageRequest |
withRulesPackageArn(String rulesPackageArn)
The ARN specifying the rules package that you want to describe.
|
copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setRulesPackageArn(String rulesPackageArn)
The ARN specifying the rules package that you want to describe.
rulesPackageArn
- The ARN specifying the rules package that you want to describe.public String getRulesPackageArn()
The ARN specifying the rules package that you want to describe.
public DescribeRulesPackageRequest withRulesPackageArn(String rulesPackageArn)
The ARN specifying the rules package that you want to describe.
rulesPackageArn
- The ARN specifying the rules package that you want to describe.public String toString()
toString
in class Object
Object.toString()
public DescribeRulesPackageRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2015. All rights reserved.