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