@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeExclusionsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
DescribeExclusionsRequest() |
| Modifier and Type | Method and Description |
|---|---|
DescribeExclusionsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
List<String> |
getExclusionArns()
The list of ARNs that specify the exclusions that you want to describe.
|
String |
getLocale()
The locale into which you want to translate the exclusion's title, description, and recommendation.
|
int |
hashCode() |
void |
setExclusionArns(Collection<String> exclusionArns)
The list of ARNs that specify the exclusions that you want to describe.
|
void |
setLocale(String locale)
The locale into which you want to translate the exclusion's title, description, and recommendation.
|
String |
toString()
Returns a string representation of this object.
|
DescribeExclusionsRequest |
withExclusionArns(Collection<String> exclusionArns)
The list of ARNs that specify the exclusions that you want to describe.
|
DescribeExclusionsRequest |
withExclusionArns(String... exclusionArns)
The list of ARNs that specify the exclusions that you want to describe.
|
DescribeExclusionsRequest |
withLocale(Locale locale)
The locale into which you want to translate the exclusion's title, description, and recommendation.
|
DescribeExclusionsRequest |
withLocale(String locale)
The locale into which you want to translate the exclusion's title, description, and recommendation.
|
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> getExclusionArns()
The list of ARNs that specify the exclusions that you want to describe.
public void setExclusionArns(Collection<String> exclusionArns)
The list of ARNs that specify the exclusions that you want to describe.
exclusionArns - The list of ARNs that specify the exclusions that you want to describe.public DescribeExclusionsRequest withExclusionArns(String... exclusionArns)
The list of ARNs that specify the exclusions that you want to describe.
NOTE: This method appends the values to the existing list (if any). Use
setExclusionArns(java.util.Collection) or withExclusionArns(java.util.Collection) if you want
to override the existing values.
exclusionArns - The list of ARNs that specify the exclusions that you want to describe.public DescribeExclusionsRequest withExclusionArns(Collection<String> exclusionArns)
The list of ARNs that specify the exclusions that you want to describe.
exclusionArns - The list of ARNs that specify the exclusions that you want to describe.public void setLocale(String locale)
The locale into which you want to translate the exclusion's title, description, and recommendation.
locale - The locale into which you want to translate the exclusion's title, description, and recommendation.Localepublic String getLocale()
The locale into which you want to translate the exclusion's title, description, and recommendation.
Localepublic DescribeExclusionsRequest withLocale(String locale)
The locale into which you want to translate the exclusion's title, description, and recommendation.
locale - The locale into which you want to translate the exclusion's title, description, and recommendation.Localepublic DescribeExclusionsRequest withLocale(Locale locale)
The locale into which you want to translate the exclusion's title, description, and recommendation.
locale - The locale into which you want to translate the exclusion's title, description, and recommendation.Localepublic String toString()
toString in class ObjectObject.toString()public DescribeExclusionsRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()