@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ManualEvidence extends Object implements Serializable, Cloneable, StructuredPojo
Evidence that's manually added to a control in Audit Manager. manualEvidence
can be one of the
following: evidenceFileName
, s3ResourcePath
, or textResponse
.
Constructor and Description |
---|
ManualEvidence() |
Modifier and Type | Method and Description |
---|---|
ManualEvidence |
clone() |
boolean |
equals(Object obj) |
String |
getEvidenceFileName()
The name of the file that's uploaded as manual evidence.
|
String |
getS3ResourcePath()
The S3 URL of the object that's imported as manual evidence.
|
String |
getTextResponse()
The plain text response that's entered and saved as manual evidence.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setEvidenceFileName(String evidenceFileName)
The name of the file that's uploaded as manual evidence.
|
void |
setS3ResourcePath(String s3ResourcePath)
The S3 URL of the object that's imported as manual evidence.
|
void |
setTextResponse(String textResponse)
The plain text response that's entered and saved as manual evidence.
|
String |
toString()
Returns a string representation of this object.
|
ManualEvidence |
withEvidenceFileName(String evidenceFileName)
The name of the file that's uploaded as manual evidence.
|
ManualEvidence |
withS3ResourcePath(String s3ResourcePath)
The S3 URL of the object that's imported as manual evidence.
|
ManualEvidence |
withTextResponse(String textResponse)
The plain text response that's entered and saved as manual evidence.
|
public void setS3ResourcePath(String s3ResourcePath)
The S3 URL of the object that's imported as manual evidence.
s3ResourcePath
- The S3 URL of the object that's imported as manual evidence.public String getS3ResourcePath()
The S3 URL of the object that's imported as manual evidence.
public ManualEvidence withS3ResourcePath(String s3ResourcePath)
The S3 URL of the object that's imported as manual evidence.
s3ResourcePath
- The S3 URL of the object that's imported as manual evidence.public void setTextResponse(String textResponse)
The plain text response that's entered and saved as manual evidence.
textResponse
- The plain text response that's entered and saved as manual evidence.public String getTextResponse()
The plain text response that's entered and saved as manual evidence.
public ManualEvidence withTextResponse(String textResponse)
The plain text response that's entered and saved as manual evidence.
textResponse
- The plain text response that's entered and saved as manual evidence.public void setEvidenceFileName(String evidenceFileName)
The name of the file that's uploaded as manual evidence. This name is populated using the
evidenceFileName
value from the
GetEvidenceFileUploadUrl
API response.
evidenceFileName
- The name of the file that's uploaded as manual evidence. This name is populated using the
evidenceFileName
value from the
GetEvidenceFileUploadUrl
API response.public String getEvidenceFileName()
The name of the file that's uploaded as manual evidence. This name is populated using the
evidenceFileName
value from the
GetEvidenceFileUploadUrl
API response.
evidenceFileName
value from the
GetEvidenceFileUploadUrl
API response.public ManualEvidence withEvidenceFileName(String evidenceFileName)
The name of the file that's uploaded as manual evidence. This name is populated using the
evidenceFileName
value from the
GetEvidenceFileUploadUrl
API response.
evidenceFileName
- The name of the file that's uploaded as manual evidence. This name is populated using the
evidenceFileName
value from the
GetEvidenceFileUploadUrl
API response.public String toString()
toString
in class Object
Object.toString()
public ManualEvidence clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.