@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; 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.
|
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, withSdkRequestTimeout
public 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.Locale
public String getLocale()
The locale that you want to translate a rules package description into.
Locale
public 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.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 String toString()
toString
in class Object
Object.toString()
public DescribeRulesPackagesRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.