@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListLayerVersionsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description | 
|---|
ListLayerVersionsRequest()  | 
| Modifier and Type | Method and Description | 
|---|---|
ListLayerVersionsRequest | 
clone()
Creates a shallow clone of this object for all fields except the handler context. 
 | 
boolean | 
equals(Object obj)  | 
String | 
getCompatibleRuntime()
 A runtime identifier. 
 | 
String | 
getLayerName()
 The name of the layer. 
 | 
String | 
getMarker()
 A pagination token returned by a previous call. 
 | 
Integer | 
getMaxItems()
 The maximum number of versions to return. 
 | 
int | 
hashCode()  | 
void | 
setCompatibleRuntime(String compatibleRuntime)
 A runtime identifier. 
 | 
void | 
setLayerName(String layerName)
 The name of the layer. 
 | 
void | 
setMarker(String marker)
 A pagination token returned by a previous call. 
 | 
void | 
setMaxItems(Integer maxItems)
 The maximum number of versions to return. 
 | 
String | 
toString()
Returns a string representation of this object. 
 | 
ListLayerVersionsRequest | 
withCompatibleRuntime(Runtime compatibleRuntime)
 A runtime identifier. 
 | 
ListLayerVersionsRequest | 
withCompatibleRuntime(String compatibleRuntime)
 A runtime identifier. 
 | 
ListLayerVersionsRequest | 
withLayerName(String layerName)
 The name of the layer. 
 | 
ListLayerVersionsRequest | 
withMarker(String marker)
 A pagination token returned by a previous call. 
 | 
ListLayerVersionsRequest | 
withMaxItems(Integer maxItems)
 The maximum number of versions to return. 
 | 
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 void setCompatibleRuntime(String compatibleRuntime)
 A runtime identifier. For example, go1.x.
 
compatibleRuntime - A runtime identifier. For example, go1.x.Runtimepublic String getCompatibleRuntime()
 A runtime identifier. For example, go1.x.
 
go1.x.Runtimepublic ListLayerVersionsRequest withCompatibleRuntime(String compatibleRuntime)
 A runtime identifier. For example, go1.x.
 
compatibleRuntime - A runtime identifier. For example, go1.x.Runtimepublic ListLayerVersionsRequest withCompatibleRuntime(Runtime compatibleRuntime)
 A runtime identifier. For example, go1.x.
 
compatibleRuntime - A runtime identifier. For example, go1.x.Runtimepublic void setLayerName(String layerName)
The name of the layer.
layerName - The name of the layer.public String getLayerName()
The name of the layer.
public ListLayerVersionsRequest withLayerName(String layerName)
The name of the layer.
layerName - The name of the layer.public void setMarker(String marker)
A pagination token returned by a previous call.
marker - A pagination token returned by a previous call.public String getMarker()
A pagination token returned by a previous call.
public ListLayerVersionsRequest withMarker(String marker)
A pagination token returned by a previous call.
marker - A pagination token returned by a previous call.public void setMaxItems(Integer maxItems)
The maximum number of versions to return.
maxItems - The maximum number of versions to return.public Integer getMaxItems()
The maximum number of versions to return.
public ListLayerVersionsRequest withMaxItems(Integer maxItems)
The maximum number of versions to return.
maxItems - The maximum number of versions to return.public String toString()
toString in class ObjectObject.toString()public ListLayerVersionsRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.