@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetEvidenceByEvidenceFolderRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
GetEvidenceByEvidenceFolderRequest() |
Modifier and Type | Method and Description |
---|---|
GetEvidenceByEvidenceFolderRequest |
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 |
getControlSetId()
The identifier for the control set.
|
String |
getEvidenceFolderId()
The unique identifier for the folder in which the evidence is stored.
|
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 |
setControlSetId(String controlSetId)
The identifier for the control set.
|
void |
setEvidenceFolderId(String evidenceFolderId)
The unique identifier for the folder in which the evidence is stored.
|
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.
|
GetEvidenceByEvidenceFolderRequest |
withAssessmentId(String assessmentId)
The identifier for the specified assessment.
|
GetEvidenceByEvidenceFolderRequest |
withControlSetId(String controlSetId)
The identifier for the control set.
|
GetEvidenceByEvidenceFolderRequest |
withEvidenceFolderId(String evidenceFolderId)
The unique identifier for the folder in which the evidence is stored.
|
GetEvidenceByEvidenceFolderRequest |
withMaxResults(Integer maxResults)
Represents the maximum number of results per page, or per API request call.
|
GetEvidenceByEvidenceFolderRequest |
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 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 GetEvidenceByEvidenceFolderRequest 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 control set.
controlSetId
- The identifier for the control set.public String getControlSetId()
The identifier for the control set.
public GetEvidenceByEvidenceFolderRequest withControlSetId(String controlSetId)
The identifier for the control set.
controlSetId
- The identifier for the control set.public void setEvidenceFolderId(String evidenceFolderId)
The unique identifier for the folder in which the evidence is stored.
evidenceFolderId
- The unique identifier for the folder in which the evidence is stored.public String getEvidenceFolderId()
The unique identifier for the folder in which the evidence is stored.
public GetEvidenceByEvidenceFolderRequest withEvidenceFolderId(String evidenceFolderId)
The unique identifier for the folder in which the evidence is stored.
evidenceFolderId
- The unique identifier for the folder in which the evidence is stored.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 GetEvidenceByEvidenceFolderRequest 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 GetEvidenceByEvidenceFolderRequest 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 GetEvidenceByEvidenceFolderRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()