@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DisassociateAssessmentReportEvidenceFolderRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DisassociateAssessmentReportEvidenceFolderRequest() |
Modifier and Type | Method and Description |
---|---|
DisassociateAssessmentReportEvidenceFolderRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getAssessmentId()
The unique identifier for the assessment.
|
String |
getEvidenceFolderId()
The unique identifier for the folder that the evidence is stored in.
|
int |
hashCode() |
void |
setAssessmentId(String assessmentId)
The unique identifier for the assessment.
|
void |
setEvidenceFolderId(String evidenceFolderId)
The unique identifier for the folder that the evidence is stored in.
|
String |
toString()
Returns a string representation of this object.
|
DisassociateAssessmentReportEvidenceFolderRequest |
withAssessmentId(String assessmentId)
The unique identifier for the assessment.
|
DisassociateAssessmentReportEvidenceFolderRequest |
withEvidenceFolderId(String evidenceFolderId)
The unique identifier for the folder that the evidence is stored in.
|
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 DisassociateAssessmentReportEvidenceFolderRequest()
public void setAssessmentId(String assessmentId)
The unique identifier for the assessment.
assessmentId
- The unique identifier for the assessment.public String getAssessmentId()
The unique identifier for the assessment.
public DisassociateAssessmentReportEvidenceFolderRequest withAssessmentId(String assessmentId)
The unique identifier for the assessment.
assessmentId
- The unique identifier for the assessment.public void setEvidenceFolderId(String evidenceFolderId)
The unique identifier for the folder that the evidence is stored in.
evidenceFolderId
- The unique identifier for the folder that the evidence is stored in.public String getEvidenceFolderId()
The unique identifier for the folder that the evidence is stored in.
public DisassociateAssessmentReportEvidenceFolderRequest withEvidenceFolderId(String evidenceFolderId)
The unique identifier for the folder that the evidence is stored in.
evidenceFolderId
- The unique identifier for the folder that the evidence is stored in.public String toString()
toString
in class Object
Object.toString()
public DisassociateAssessmentReportEvidenceFolderRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()