@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeRulesPackagesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description | 
|---|
| DescribeRulesPackagesRequest() | 
| Modifier and Type | Method and Description | 
|---|---|
| DescribeRulesPackagesRequest | clone()Creates a shallow clone of this object for all fields except the handler context. | 
| boolean | equals(Object obj) | 
| String | getLocale()
 The locale that you want to translate a rules package description into. | 
| List<String> | getRulesPackageArns()
 The ARN that specifies the rules package that you want to describe. | 
| int | hashCode() | 
| void | setLocale(Locale locale)
 The locale that you want to translate a rules package description into. | 
| void | setLocale(String locale)
 The locale that you want to translate a rules package description into. | 
| void | setRulesPackageArns(Collection<String> rulesPackageArns)
 The ARN that specifies the rules package that you want to describe. | 
| String | toString()Returns a string representation of this object. | 
| DescribeRulesPackagesRequest | withLocale(Locale locale)
 The locale that you want to translate a rules package description into. | 
| DescribeRulesPackagesRequest | withLocale(String locale)
 The locale that you want to translate a rules package description into. | 
| DescribeRulesPackagesRequest | withRulesPackageArns(Collection<String> rulesPackageArns)
 The ARN that specifies the rules package that you want to describe. | 
| DescribeRulesPackagesRequest | withRulesPackageArns(String... rulesPackageArns)
 The ARN that specifies the rules package that you want to describe. | 
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic List<String> getRulesPackageArns()
The ARN that specifies the rules package that you want to describe.
public void setRulesPackageArns(Collection<String> rulesPackageArns)
The ARN that specifies the rules package that you want to describe.
rulesPackageArns - The ARN that specifies the rules package that you want to describe.public DescribeRulesPackagesRequest withRulesPackageArns(String... rulesPackageArns)
The ARN that specifies the rules package that you want to describe.
 NOTE: This method appends the values to the existing list (if any). Use
 setRulesPackageArns(java.util.Collection) or withRulesPackageArns(java.util.Collection) if you
 want to override the existing values.
 
rulesPackageArns - The ARN that specifies the rules package that you want to describe.public DescribeRulesPackagesRequest withRulesPackageArns(Collection<String> rulesPackageArns)
The ARN that specifies the rules package that you want to describe.
rulesPackageArns - The ARN that specifies the rules package that you want to describe.public void setLocale(String locale)
The locale that you want to translate a rules package description into.
locale - The locale that you want to translate a rules package description into.Localepublic String getLocale()
The locale that you want to translate a rules package description into.
Localepublic DescribeRulesPackagesRequest withLocale(String locale)
The locale that you want to translate a rules package description into.
locale - The locale that you want to translate a rules package description into.Localepublic void setLocale(Locale locale)
The locale that you want to translate a rules package description into.
locale - The locale that you want to translate a rules package description into.Localepublic DescribeRulesPackagesRequest withLocale(Locale locale)
The locale that you want to translate a rules package description into.
locale - The locale that you want to translate a rules package description into.Localepublic String toString()
toString in class ObjectObject.toString()public DescribeRulesPackagesRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()