@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 assessment.
|
String |
getControlId()
The identifier for the control.
|
String |
getControlSetId()
The identifier for the control set.
|
List<ManualEvidence> |
getManualEvidence()
The list of manual evidence objects.
|
int |
hashCode() |
void |
setAssessmentId(String assessmentId)
The identifier for the assessment.
|
void |
setControlId(String controlId)
The identifier for the control.
|
void |
setControlSetId(String controlSetId)
The identifier for the 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 assessment.
|
BatchImportEvidenceToAssessmentControlRequest |
withControlId(String controlId)
The identifier for the control.
|
BatchImportEvidenceToAssessmentControlRequest |
withControlSetId(String controlSetId)
The identifier for the 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, withSdkRequestTimeout
public BatchImportEvidenceToAssessmentControlRequest()
public void setAssessmentId(String assessmentId)
The identifier for the assessment.
assessmentId
- The identifier for the assessment.public String getAssessmentId()
The identifier for the assessment.
public BatchImportEvidenceToAssessmentControlRequest 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 BatchImportEvidenceToAssessmentControlRequest withControlSetId(String controlSetId)
The identifier for the control set.
controlSetId
- The identifier for the control set.public void setControlId(String controlId)
The identifier for the control.
controlId
- The identifier for the control.public String getControlId()
The identifier for the control.
public BatchImportEvidenceToAssessmentControlRequest withControlId(String controlId)
The identifier for the control.
controlId
- The identifier for the 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 Object
Object.toString()
public BatchImportEvidenceToAssessmentControlRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()