@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListControlPanelsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListControlPanelsRequest() |
Modifier and Type | Method and Description |
---|---|
ListControlPanelsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getClusterArn()
The Amazon Resource Name (ARN) of a cluster.
|
Integer |
getMaxResults()
The number of objects that you want to return with this call.
|
String |
getNextToken()
The token that identifies which batch of results you want to see.
|
int |
hashCode() |
void |
setClusterArn(String clusterArn)
The Amazon Resource Name (ARN) of a cluster.
|
void |
setMaxResults(Integer maxResults)
The number of objects that you want to return with this call.
|
void |
setNextToken(String nextToken)
The token that identifies which batch of results you want to see.
|
String |
toString()
Returns a string representation of this object.
|
ListControlPanelsRequest |
withClusterArn(String clusterArn)
The Amazon Resource Name (ARN) of a cluster.
|
ListControlPanelsRequest |
withMaxResults(Integer maxResults)
The number of objects that you want to return with this call.
|
ListControlPanelsRequest |
withNextToken(String nextToken)
The token that identifies which batch of results you want to see.
|
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 setClusterArn(String clusterArn)
The Amazon Resource Name (ARN) of a cluster.
clusterArn
- The Amazon Resource Name (ARN) of a cluster.public String getClusterArn()
The Amazon Resource Name (ARN) of a cluster.
public ListControlPanelsRequest withClusterArn(String clusterArn)
The Amazon Resource Name (ARN) of a cluster.
clusterArn
- The Amazon Resource Name (ARN) of a cluster.public void setMaxResults(Integer maxResults)
The number of objects that you want to return with this call.
maxResults
- The number of objects that you want to return with this call.public Integer getMaxResults()
The number of objects that you want to return with this call.
public ListControlPanelsRequest withMaxResults(Integer maxResults)
The number of objects that you want to return with this call.
maxResults
- The number of objects that you want to return with this call.public void setNextToken(String nextToken)
The token that identifies which batch of results you want to see.
nextToken
- The token that identifies which batch of results you want to see.public String getNextToken()
The token that identifies which batch of results you want to see.
public ListControlPanelsRequest withNextToken(String nextToken)
The token that identifies which batch of results you want to see.
nextToken
- The token that identifies which batch of results you want to see.public String toString()
toString
in class Object
Object.toString()
public ListControlPanelsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()