@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListLayersRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description | 
|---|
ListLayersRequest()  | 
| Modifier and Type | Method and Description | 
|---|---|
ListLayersRequest | 
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 | 
getMarker()
 A pagination token returned by a previous call. 
 | 
Integer | 
getMaxItems()
 The maximum number of layers to return. 
 | 
int | 
hashCode()  | 
void | 
setCompatibleRuntime(String compatibleRuntime)
 A runtime identifier. 
 | 
void | 
setMarker(String marker)
 A pagination token returned by a previous call. 
 | 
void | 
setMaxItems(Integer maxItems)
 The maximum number of layers to return. 
 | 
String | 
toString()
Returns a string representation of this object. 
 | 
ListLayersRequest | 
withCompatibleRuntime(Runtime compatibleRuntime)
 A runtime identifier. 
 | 
ListLayersRequest | 
withCompatibleRuntime(String compatibleRuntime)
 A runtime identifier. 
 | 
ListLayersRequest | 
withMarker(String marker)
 A pagination token returned by a previous call. 
 | 
ListLayersRequest | 
withMaxItems(Integer maxItems)
 The maximum number of layers 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 ListLayersRequest withCompatibleRuntime(String compatibleRuntime)
 A runtime identifier. For example, go1.x.
 
compatibleRuntime - A runtime identifier. For example, go1.x.Runtimepublic ListLayersRequest withCompatibleRuntime(Runtime compatibleRuntime)
 A runtime identifier. For example, go1.x.
 
compatibleRuntime - A runtime identifier. For example, go1.x.Runtimepublic 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 ListLayersRequest 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 layers to return.
maxItems - The maximum number of layers to return.public Integer getMaxItems()
The maximum number of layers to return.
public ListLayersRequest withMaxItems(Integer maxItems)
The maximum number of layers to return.
maxItems - The maximum number of layers to return.public String toString()
toString in class ObjectObject.toString()public ListLayersRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()