@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeLayersRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DescribeLayersRequest() |
Modifier and Type | Method and Description |
---|---|
DescribeLayersRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
List<String> |
getLayerIds()
An array of layer IDs that specify the layers to be described.
|
String |
getStackId()
The stack ID.
|
int |
hashCode() |
void |
setLayerIds(Collection<String> layerIds)
An array of layer IDs that specify the layers to be described.
|
void |
setStackId(String stackId)
The stack ID.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
DescribeLayersRequest |
withLayerIds(Collection<String> layerIds)
An array of layer IDs that specify the layers to be described.
|
DescribeLayersRequest |
withLayerIds(String... layerIds)
An array of layer IDs that specify the layers to be described.
|
DescribeLayersRequest |
withStackId(String stackId)
The stack ID.
|
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 void setStackId(String stackId)
The stack ID.
stackId
- The stack ID.public String getStackId()
The stack ID.
public DescribeLayersRequest withStackId(String stackId)
The stack ID.
stackId
- The stack ID.public List<String> getLayerIds()
An array of layer IDs that specify the layers to be described. If you omit this parameter,
DescribeLayers
returns a description of every layer in the specified stack.
DescribeLayers
returns a description of every layer in the specified stack.public void setLayerIds(Collection<String> layerIds)
An array of layer IDs that specify the layers to be described. If you omit this parameter,
DescribeLayers
returns a description of every layer in the specified stack.
layerIds
- An array of layer IDs that specify the layers to be described. If you omit this parameter,
DescribeLayers
returns a description of every layer in the specified stack.public DescribeLayersRequest withLayerIds(String... layerIds)
An array of layer IDs that specify the layers to be described. If you omit this parameter,
DescribeLayers
returns a description of every layer in the specified stack.
NOTE: This method appends the values to the existing list (if any). Use
setLayerIds(java.util.Collection)
or withLayerIds(java.util.Collection)
if you want to override
the existing values.
layerIds
- An array of layer IDs that specify the layers to be described. If you omit this parameter,
DescribeLayers
returns a description of every layer in the specified stack.public DescribeLayersRequest withLayerIds(Collection<String> layerIds)
An array of layer IDs that specify the layers to be described. If you omit this parameter,
DescribeLayers
returns a description of every layer in the specified stack.
layerIds
- An array of layer IDs that specify the layers to be described. If you omit this parameter,
DescribeLayers
returns a description of every layer in the specified stack.public String toString()
toString
in class Object
Object.toString()
public DescribeLayersRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.