@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetEvidenceFolderRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
GetEvidenceFolderRequest() |
| Modifier and Type | Method and Description |
|---|---|
GetEvidenceFolderRequest |
clone() |
boolean |
equals(Object obj) |
String |
getAssessmentId()
The identifier for the assessment.
|
String |
getControlSetId()
The identifier for the control set.
|
String |
getEvidenceFolderId()
The identifier for the folder that the evidence is stored in.
|
int |
hashCode() |
void |
setAssessmentId(String assessmentId)
The identifier for the assessment.
|
void |
setControlSetId(String controlSetId)
The identifier for the control set.
|
void |
setEvidenceFolderId(String evidenceFolderId)
The identifier for the folder that the evidence is stored in.
|
String |
toString()
Returns a string representation of this object.
|
GetEvidenceFolderRequest |
withAssessmentId(String assessmentId)
The identifier for the assessment.
|
GetEvidenceFolderRequest |
withControlSetId(String controlSetId)
The identifier for the control set.
|
GetEvidenceFolderRequest |
withEvidenceFolderId(String evidenceFolderId)
The identifier for the folder that the evidence is stored in.
|
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 void setAssessmentId(String assessmentId)
The identifier for the assessment.
assessmentId - The identifier for the assessment.public String getAssessmentId()
The identifier for the assessment.
public GetEvidenceFolderRequest withAssessmentId(String assessmentId)
The identifier for the assessment.
assessmentId - The identifier for the 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 GetEvidenceFolderRequest withControlSetId(String controlSetId)
The identifier for the control set.
controlSetId - The identifier for the control set.public void setEvidenceFolderId(String evidenceFolderId)
The identifier for the folder that the evidence is stored in.
evidenceFolderId - The identifier for the folder that the evidence is stored in.public String getEvidenceFolderId()
The identifier for the folder that the evidence is stored in.
public GetEvidenceFolderRequest withEvidenceFolderId(String evidenceFolderId)
The identifier for the folder that the evidence is stored in.
evidenceFolderId - The identifier for the folder that the evidence is stored in.public String toString()
toString in class ObjectObject.toString()public GetEvidenceFolderRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2021. All rights reserved.