public class DescribeRulesPackagesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
DescribeRulesPackagesRequest() |
| Modifier and Type | Method and Description |
|---|---|
DescribeRulesPackagesRequest |
clone() |
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; useful for testing and
debugging.
|
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.
|
copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, 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()
clone in class AmazonWebServiceRequestCopyright © 2016. All rights reserved.