@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() |
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; useful for testing and debugging.
|
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, copyBaseTo, 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 setCompatibleRuntime(String compatibleRuntime)
A runtime identifier. For example, go1.x
.
compatibleRuntime
- A runtime identifier. For example, go1.x
.Runtime
public String getCompatibleRuntime()
A runtime identifier. For example, go1.x
.
go1.x
.Runtime
public ListLayerVersionsRequest withCompatibleRuntime(String compatibleRuntime)
A runtime identifier. For example, go1.x
.
compatibleRuntime
- A runtime identifier. For example, go1.x
.Runtime
public ListLayerVersionsRequest withCompatibleRuntime(Runtime compatibleRuntime)
A runtime identifier. For example, go1.x
.
compatibleRuntime
- A runtime identifier. For example, go1.x
.Runtime
public 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 Object
Object.toString()
public ListLayerVersionsRequest clone()
clone
in class AmazonWebServiceRequest
Copyright © 2018. All rights reserved.