@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListAssessmentControlInsightsByControlDomainRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListAssessmentControlInsightsByControlDomainRequest() |
Modifier and Type | Method and Description |
---|---|
ListAssessmentControlInsightsByControlDomainRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getAssessmentId()
The unique identifier for the active assessment.
|
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 |
setAssessmentId(String assessmentId)
The unique identifier for the active assessment.
|
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.
|
ListAssessmentControlInsightsByControlDomainRequest |
withAssessmentId(String assessmentId)
The unique identifier for the active assessment.
|
ListAssessmentControlInsightsByControlDomainRequest |
withControlDomainId(String controlDomainId)
The unique identifier for the control domain.
|
ListAssessmentControlInsightsByControlDomainRequest |
withMaxResults(Integer maxResults)
Represents the maximum number of results on a page or for an API request call.
|
ListAssessmentControlInsightsByControlDomainRequest |
withNextToken(String nextToken)
The pagination token that's 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 ListAssessmentControlInsightsByControlDomainRequest()
public void setControlDomainId(String controlDomainId)
The unique identifier for the control domain.
Audit Manager supports the control domains that are provided by Amazon Web Services Control Catalog. For
information about how to find a list of available control domains, see
ListDomains
in the Amazon Web Services Control Catalog API Reference.
controlDomainId
- The unique identifier for the control domain.
Audit Manager supports the control domains that are provided by Amazon Web Services Control Catalog. For
information about how to find a list of available control domains, see
ListDomains
in the Amazon Web Services Control Catalog API Reference.
public String getControlDomainId()
The unique identifier for the control domain.
Audit Manager supports the control domains that are provided by Amazon Web Services Control Catalog. For
information about how to find a list of available control domains, see
ListDomains
in the Amazon Web Services Control Catalog API Reference.
Audit Manager supports the control domains that are provided by Amazon Web Services Control Catalog. For
information about how to find a list of available control domains, see
ListDomains
in the Amazon Web Services Control Catalog API Reference.
public ListAssessmentControlInsightsByControlDomainRequest withControlDomainId(String controlDomainId)
The unique identifier for the control domain.
Audit Manager supports the control domains that are provided by Amazon Web Services Control Catalog. For
information about how to find a list of available control domains, see
ListDomains
in the Amazon Web Services Control Catalog API Reference.
controlDomainId
- The unique identifier for the control domain.
Audit Manager supports the control domains that are provided by Amazon Web Services Control Catalog. For
information about how to find a list of available control domains, see
ListDomains
in the Amazon Web Services Control Catalog API Reference.
public void setAssessmentId(String assessmentId)
The unique identifier for the active assessment.
assessmentId
- The unique identifier for the active assessment.public String getAssessmentId()
The unique identifier for the active assessment.
public ListAssessmentControlInsightsByControlDomainRequest withAssessmentId(String assessmentId)
The unique identifier for the active assessment.
assessmentId
- The unique identifier for the active assessment.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 ListAssessmentControlInsightsByControlDomainRequest 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 ListAssessmentControlInsightsByControlDomainRequest 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 Object
Object.toString()
public ListAssessmentControlInsightsByControlDomainRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()