@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class BatchImportEvidenceToAssessmentControlRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description | 
|---|
| BatchImportEvidenceToAssessmentControlRequest() | 
| Modifier and Type | Method and Description | 
|---|---|
| BatchImportEvidenceToAssessmentControlRequest | 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 | getControlId()
 The identifier for the specified control. | 
| String | getControlSetId()
 The identifier for the specified control set. | 
| List<ManualEvidence> | getManualEvidence()
 The list of manual evidence objects. | 
| int | hashCode() | 
| void | setAssessmentId(String assessmentId)
 The identifier for the specified assessment. | 
| void | setControlId(String controlId)
 The identifier for the specified control. | 
| void | setControlSetId(String controlSetId)
 The identifier for the specified control set. | 
| void | setManualEvidence(Collection<ManualEvidence> manualEvidence)
 The list of manual evidence objects. | 
| String | toString()Returns a string representation of this object. | 
| BatchImportEvidenceToAssessmentControlRequest | withAssessmentId(String assessmentId)
 The identifier for the specified assessment. | 
| BatchImportEvidenceToAssessmentControlRequest | withControlId(String controlId)
 The identifier for the specified control. | 
| BatchImportEvidenceToAssessmentControlRequest | withControlSetId(String controlSetId)
 The identifier for the specified control set. | 
| BatchImportEvidenceToAssessmentControlRequest | withManualEvidence(Collection<ManualEvidence> manualEvidence)
 The list of manual evidence objects. | 
| BatchImportEvidenceToAssessmentControlRequest | withManualEvidence(ManualEvidence... manualEvidence)
 The list of manual evidence objects. | 
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, withSdkRequestTimeoutpublic BatchImportEvidenceToAssessmentControlRequest()
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 BatchImportEvidenceToAssessmentControlRequest 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 BatchImportEvidenceToAssessmentControlRequest withControlSetId(String controlSetId)
The identifier for the specified control set.
controlSetId - The identifier for the specified control set.public void setControlId(String controlId)
The identifier for the specified control.
controlId - The identifier for the specified control.public String getControlId()
The identifier for the specified control.
public BatchImportEvidenceToAssessmentControlRequest withControlId(String controlId)
The identifier for the specified control.
controlId - The identifier for the specified control.public List<ManualEvidence> getManualEvidence()
The list of manual evidence objects.
public void setManualEvidence(Collection<ManualEvidence> manualEvidence)
The list of manual evidence objects.
manualEvidence - The list of manual evidence objects.public BatchImportEvidenceToAssessmentControlRequest withManualEvidence(ManualEvidence... manualEvidence)
The list of manual evidence objects.
 NOTE: This method appends the values to the existing list (if any). Use
 setManualEvidence(java.util.Collection) or withManualEvidence(java.util.Collection) if you want
 to override the existing values.
 
manualEvidence - The list of manual evidence objects.public BatchImportEvidenceToAssessmentControlRequest withManualEvidence(Collection<ManualEvidence> manualEvidence)
The list of manual evidence objects.
manualEvidence - The list of manual evidence objects.public String toString()
toString in class ObjectObject.toString()public BatchImportEvidenceToAssessmentControlRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()