@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class BatchGetViewRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
BatchGetViewRequest() |
| Modifier and Type | Method and Description |
|---|---|
BatchGetViewRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
List<String> |
getViewArns()
A list of Amazon resource
names (ARNs) that identify the views you want details for.
|
int |
hashCode() |
void |
setViewArns(Collection<String> viewArns)
A list of Amazon resource
names (ARNs) that identify the views you want details for.
|
String |
toString()
Returns a string representation of this object.
|
BatchGetViewRequest |
withViewArns(Collection<String> viewArns)
A list of Amazon resource
names (ARNs) that identify the views you want details for.
|
BatchGetViewRequest |
withViewArns(String... viewArns)
A list of Amazon resource
names (ARNs) that identify the views you want details for.
|
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> getViewArns()
A list of Amazon resource names (ARNs) that identify the views you want details for.
public void setViewArns(Collection<String> viewArns)
A list of Amazon resource names (ARNs) that identify the views you want details for.
viewArns - A list of Amazon
resource names (ARNs) that identify the views you want details for.public BatchGetViewRequest withViewArns(String... viewArns)
A list of Amazon resource names (ARNs) that identify the views you want details for.
NOTE: This method appends the values to the existing list (if any). Use
setViewArns(java.util.Collection) or withViewArns(java.util.Collection) if you want to override
the existing values.
viewArns - A list of Amazon
resource names (ARNs) that identify the views you want details for.public BatchGetViewRequest withViewArns(Collection<String> viewArns)
A list of Amazon resource names (ARNs) that identify the views you want details for.
viewArns - A list of Amazon
resource names (ARNs) that identify the views you want details for.public String toString()
toString in class ObjectObject.toString()public BatchGetViewRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()