@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeImagesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
DescribeImagesRequest() |
| Modifier and Type | Method and Description |
|---|---|
DescribeImagesRequest |
clone() |
boolean |
equals(Object obj) |
List<String> |
getNames()
A specific list of images to describe.
|
int |
hashCode() |
void |
setNames(Collection<String> names)
A specific list of images to describe.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
DescribeImagesRequest |
withNames(Collection<String> names)
A specific list of images to describe.
|
DescribeImagesRequest |
withNames(String... names)
A specific list of images 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> getNames()
A specific list of images to describe.
public void setNames(Collection<String> names)
A specific list of images to describe.
names - A specific list of images to describe.public DescribeImagesRequest withNames(String... names)
A specific list of images to describe.
NOTE: This method appends the values to the existing list (if any). Use
setNames(java.util.Collection) or withNames(java.util.Collection) if you want to override the
existing values.
names - A specific list of images to describe.public DescribeImagesRequest withNames(Collection<String> names)
A specific list of images to describe.
names - A specific list of images to describe.public String toString()
toString in class ObjectObject.toString()public DescribeImagesRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2017. All rights reserved.