@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListControlInsightsByControlDomainRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
ListControlInsightsByControlDomainRequest() |
| Modifier and Type | Method and Description |
|---|---|
ListControlInsightsByControlDomainRequest |
clone() |
boolean |
equals(Object obj) |
String |
getControlDomainId()
The unique identifier for the control domain.
|
Integer |
getMaxResults()
Represents the maximum number of results on a page or for an API request call.
|
String |
getNextToken()
The pagination token that's used to fetch the next set of results.
|
int |
hashCode() |
void |
setControlDomainId(String controlDomainId)
The unique identifier for the control domain.
|
void |
setMaxResults(Integer maxResults)
Represents the maximum number of results on a page or for an API request call.
|
void |
setNextToken(String nextToken)
The pagination token that's used to fetch the next set of results.
|
String |
toString()
Returns a string representation of this object.
|
ListControlInsightsByControlDomainRequest |
withControlDomainId(String controlDomainId)
The unique identifier for the control domain.
|
ListControlInsightsByControlDomainRequest |
withMaxResults(Integer maxResults)
Represents the maximum number of results on a page or for an API request call.
|
ListControlInsightsByControlDomainRequest |
withNextToken(String nextToken)
The pagination token that's used to fetch the next set of results.
|
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, withSdkRequestTimeoutpublic ListControlInsightsByControlDomainRequest()
public void setControlDomainId(String controlDomainId)
The unique identifier for the control domain.
controlDomainId - The unique identifier for the control domain.public String getControlDomainId()
The unique identifier for the control domain.
public ListControlInsightsByControlDomainRequest withControlDomainId(String controlDomainId)
The unique identifier for the control domain.
controlDomainId - The unique identifier for the control domain.public void setNextToken(String nextToken)
The pagination token that's used to fetch the next set of results.
nextToken - The pagination token that's used to fetch the next set of results.public String getNextToken()
The pagination token that's used to fetch the next set of results.
public ListControlInsightsByControlDomainRequest withNextToken(String nextToken)
The pagination token that's used to fetch the next set of results.
nextToken - The pagination token that's used to fetch the next set of results.public void setMaxResults(Integer maxResults)
Represents the maximum number of results on a page or for an API request call.
maxResults - Represents the maximum number of results on a page or for an API request call.public Integer getMaxResults()
Represents the maximum number of results on a page or for an API request call.
public ListControlInsightsByControlDomainRequest withMaxResults(Integer maxResults)
Represents the maximum number of results on a page or for an API request call.
maxResults - Represents the maximum number of results on a page or for an API request call.public String toString()
toString in class ObjectObject.toString()public ListControlInsightsByControlDomainRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2024. All rights reserved.