public class DescribeRulesPackagesRequest extends AmazonWebServiceRequest implements java.io.Serializable, java.lang.Cloneable
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
locale
The locale that you want to translate a rules package description into.
|
private java.util.List<java.lang.String> |
rulesPackageArns
The ARN that specifies the rules package that you want to describe.
|
NOOP
Constructor and Description |
---|
DescribeRulesPackagesRequest() |
Modifier and Type | Method and Description |
---|---|
DescribeRulesPackagesRequest |
clone()
Creates a shallow clone of this request.
|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getLocale()
The locale that you want to translate a rules package description into.
|
java.util.List<java.lang.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(java.lang.String locale)
The locale that you want to translate a rules package description into.
|
void |
setRulesPackageArns(java.util.Collection<java.lang.String> rulesPackageArns)
The ARN that specifies the rules package that you want to describe.
|
java.lang.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(java.lang.String locale)
The locale that you want to translate a rules package description into.
|
DescribeRulesPackagesRequest |
withRulesPackageArns(java.util.Collection<java.lang.String> rulesPackageArns)
The ARN that specifies the rules package that you want to describe.
|
DescribeRulesPackagesRequest |
withRulesPackageArns(java.lang.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, withSdkRequestTimeout
private java.util.List<java.lang.String> rulesPackageArns
The ARN that specifies the rules package that you want to describe.
private java.lang.String locale
The locale that you want to translate a rules package description into.
public java.util.List<java.lang.String> getRulesPackageArns()
The ARN that specifies the rules package that you want to describe.
public void setRulesPackageArns(java.util.Collection<java.lang.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(java.lang.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(java.util.Collection<java.lang.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(java.lang.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.Locale
public java.lang.String getLocale()
The locale that you want to translate a rules package description into.
Locale
public DescribeRulesPackagesRequest withLocale(java.lang.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.Locale
public 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.Locale
public 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.Locale
public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public DescribeRulesPackagesRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()