@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetEvidenceFoldersByAssessmentControlRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
GetEvidenceFoldersByAssessmentControlRequest() |
Modifier and Type | Method and Description |
---|---|
GetEvidenceFoldersByAssessmentControlRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getAssessmentId()
The identifier for the specified assessment.
|
String |
getControlId()
The identifier for the specified control.
|
String |
getControlSetId()
The identifier for the specified control set.
|
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 |
setAssessmentId(String assessmentId)
The identifier for the specified assessment.
|
void |
setControlId(String controlId)
The identifier for the specified control.
|
void |
setControlSetId(String controlSetId)
The identifier for the specified control set.
|
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.
|
GetEvidenceFoldersByAssessmentControlRequest |
withAssessmentId(String assessmentId)
The identifier for the specified assessment.
|
GetEvidenceFoldersByAssessmentControlRequest |
withControlId(String controlId)
The identifier for the specified control.
|
GetEvidenceFoldersByAssessmentControlRequest |
withControlSetId(String controlSetId)
The identifier for the specified control set.
|
GetEvidenceFoldersByAssessmentControlRequest |
withMaxResults(Integer maxResults)
Represents the maximum number of results per page, or per API request call.
|
GetEvidenceFoldersByAssessmentControlRequest |
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 GetEvidenceFoldersByAssessmentControlRequest()
public void setAssessmentId(String assessmentId)
The identifier for the specified assessment.
assessmentId
- The identifier for the specified assessment.public String getAssessmentId()
The identifier for the specified assessment.
public GetEvidenceFoldersByAssessmentControlRequest withAssessmentId(String assessmentId)
The identifier for the specified assessment.
assessmentId
- The identifier for the specified assessment.public void setControlSetId(String controlSetId)
The identifier for the specified control set.
controlSetId
- The identifier for the specified control set.public String getControlSetId()
The identifier for the specified control set.
public GetEvidenceFoldersByAssessmentControlRequest withControlSetId(String controlSetId)
The identifier for the specified control set.
controlSetId
- The identifier for the specified control set.public void setControlId(String controlId)
The identifier for the specified control.
controlId
- The identifier for the specified control.public String getControlId()
The identifier for the specified control.
public GetEvidenceFoldersByAssessmentControlRequest withControlId(String controlId)
The identifier for the specified control.
controlId
- The identifier for the specified control.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 GetEvidenceFoldersByAssessmentControlRequest 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 GetEvidenceFoldersByAssessmentControlRequest 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 GetEvidenceFoldersByAssessmentControlRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()