@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 specified assessment.
|
String |
getControlSetId()
The identifier for the specified control set.
|
String |
getEvidenceFolderId()
The identifier for the folder in which the evidence is stored.
|
int |
hashCode() |
void |
setAssessmentId(String assessmentId)
The identifier for the specified assessment.
|
void |
setControlSetId(String controlSetId)
The identifier for the specified control set.
|
void |
setEvidenceFolderId(String evidenceFolderId)
The identifier for the folder in which the evidence is stored.
|
String |
toString()
Returns a string representation of this object.
|
GetEvidenceFolderRequest |
withAssessmentId(String assessmentId)
The identifier for the specified assessment.
|
GetEvidenceFolderRequest |
withControlSetId(String controlSetId)
The identifier for the specified control set.
|
GetEvidenceFolderRequest |
withEvidenceFolderId(String evidenceFolderId)
The identifier for the folder in which the evidence is stored.
|
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 specified assessment.
assessmentId - The identifier for the specified assessment.public String getAssessmentId()
The identifier for the specified assessment.
public GetEvidenceFolderRequest 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 GetEvidenceFolderRequest withControlSetId(String controlSetId)
The identifier for the specified control set.
controlSetId - The identifier for the specified control set.public void setEvidenceFolderId(String evidenceFolderId)
The identifier for the folder in which the evidence is stored.
evidenceFolderId - The identifier for the folder in which the evidence is stored.public String getEvidenceFolderId()
The identifier for the folder in which the evidence is stored.
public GetEvidenceFolderRequest withEvidenceFolderId(String evidenceFolderId)
The identifier for the folder in which the evidence is stored.
evidenceFolderId - The identifier for the folder in which the evidence is stored.public String toString()
toString in class ObjectObject.toString()public GetEvidenceFolderRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2021. All rights reserved.