@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 |
getCompatibleArchitecture()
The compatible instruction set
architecture.
|
String |
getCompatibleRuntime()
A runtime identifier.
|
String |
getLayerName()
The name or Amazon Resource Name (ARN) 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 |
setCompatibleArchitecture(String compatibleArchitecture)
The compatible instruction set
architecture.
|
void |
setCompatibleRuntime(String compatibleRuntime)
A runtime identifier.
|
void |
setLayerName(String layerName)
The name or Amazon Resource Name (ARN) 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 |
withCompatibleArchitecture(Architecture compatibleArchitecture)
The compatible instruction set
architecture.
|
ListLayerVersionsRequest |
withCompatibleArchitecture(String compatibleArchitecture)
The compatible instruction set
architecture.
|
ListLayerVersionsRequest |
withCompatibleRuntime(Runtime compatibleRuntime)
A runtime identifier.
|
ListLayerVersionsRequest |
withCompatibleRuntime(String compatibleRuntime)
A runtime identifier.
|
ListLayerVersionsRequest |
withLayerName(String layerName)
The name or Amazon Resource Name (ARN) 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, withSdkRequestTimeout
public void setCompatibleRuntime(String compatibleRuntime)
A runtime identifier. For example, java21
.
The following list includes deprecated runtimes. For more information, see Runtime deprecation policy.
compatibleRuntime
- A runtime identifier. For example, java21
.
The following list includes deprecated runtimes. For more information, see Runtime deprecation policy.
Runtime
public String getCompatibleRuntime()
A runtime identifier. For example, java21
.
The following list includes deprecated runtimes. For more information, see Runtime deprecation policy.
java21
.
The following list includes deprecated runtimes. For more information, see Runtime deprecation policy.
Runtime
public ListLayerVersionsRequest withCompatibleRuntime(String compatibleRuntime)
A runtime identifier. For example, java21
.
The following list includes deprecated runtimes. For more information, see Runtime deprecation policy.
compatibleRuntime
- A runtime identifier. For example, java21
.
The following list includes deprecated runtimes. For more information, see Runtime deprecation policy.
Runtime
public ListLayerVersionsRequest withCompatibleRuntime(Runtime compatibleRuntime)
A runtime identifier. For example, java21
.
The following list includes deprecated runtimes. For more information, see Runtime deprecation policy.
compatibleRuntime
- A runtime identifier. For example, java21
.
The following list includes deprecated runtimes. For more information, see Runtime deprecation policy.
Runtime
public void setLayerName(String layerName)
The name or Amazon Resource Name (ARN) of the layer.
layerName
- The name or Amazon Resource Name (ARN) of the layer.public String getLayerName()
The name or Amazon Resource Name (ARN) of the layer.
public ListLayerVersionsRequest withLayerName(String layerName)
The name or Amazon Resource Name (ARN) of the layer.
layerName
- The name or Amazon Resource Name (ARN) 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 void setCompatibleArchitecture(String compatibleArchitecture)
The compatible instruction set architecture.
compatibleArchitecture
- The compatible instruction set
architecture.Architecture
public String getCompatibleArchitecture()
The compatible instruction set architecture.
Architecture
public ListLayerVersionsRequest withCompatibleArchitecture(String compatibleArchitecture)
The compatible instruction set architecture.
compatibleArchitecture
- The compatible instruction set
architecture.Architecture
public ListLayerVersionsRequest withCompatibleArchitecture(Architecture compatibleArchitecture)
The compatible instruction set architecture.
compatibleArchitecture
- The compatible instruction set
architecture.Architecture
public String toString()
toString
in class Object
Object.toString()
public ListLayerVersionsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()