@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListControlsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListControlsRequest() |
Modifier and Type | Method and Description |
---|---|
ListControlsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getControlType()
The type of control, such as standard or custom.
|
Integer |
getMaxResults()
Represents the maximum number of results per page, or per API request call.
|
String |
getNextToken()
The pagination token used to fetch the next set of results.
|
int |
hashCode() |
void |
setControlType(String controlType)
The type of control, such as standard or custom.
|
void |
setMaxResults(Integer maxResults)
Represents the maximum number of results per page, or per API request call.
|
void |
setNextToken(String nextToken)
The pagination token used to fetch the next set of results.
|
String |
toString()
Returns a string representation of this object.
|
ListControlsRequest |
withControlType(ControlType controlType)
The type of control, such as standard or custom.
|
ListControlsRequest |
withControlType(String controlType)
The type of control, such as standard or custom.
|
ListControlsRequest |
withMaxResults(Integer maxResults)
Represents the maximum number of results per page, or per API request call.
|
ListControlsRequest |
withNextToken(String nextToken)
The pagination token used to fetch the next set of results.
|
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 setControlType(String controlType)
The type of control, such as standard or custom.
controlType
- The type of control, such as standard or custom.ControlType
public String getControlType()
The type of control, such as standard or custom.
ControlType
public ListControlsRequest withControlType(String controlType)
The type of control, such as standard or custom.
controlType
- The type of control, such as standard or custom.ControlType
public ListControlsRequest withControlType(ControlType controlType)
The type of control, such as standard or custom.
controlType
- The type of control, such as standard or custom.ControlType
public void setNextToken(String nextToken)
The pagination token used to fetch the next set of results.
nextToken
- The pagination token used to fetch the next set of results.public String getNextToken()
The pagination token used to fetch the next set of results.
public ListControlsRequest withNextToken(String nextToken)
The pagination token used to fetch the next set of results.
nextToken
- The pagination token used to fetch the next set of results.public void setMaxResults(Integer maxResults)
Represents the maximum number of results per page, or per API request call.
maxResults
- Represents the maximum number of results per page, or per API request call.public Integer getMaxResults()
Represents the maximum number of results per page, or per API request call.
public ListControlsRequest withMaxResults(Integer maxResults)
Represents the maximum number of results per page, or per API request call.
maxResults
- Represents the maximum number of results per page, or per API request call.public String toString()
toString
in class Object
Object.toString()
public ListControlsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()