@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ManualEvidence extends Object implements Serializable, Cloneable, StructuredPojo
Evidence that is uploaded to AWS Audit Manager manually.
| Constructor and Description |
|---|
ManualEvidence() |
| Modifier and Type | Method and Description |
|---|---|
ManualEvidence |
clone() |
boolean |
equals(Object obj) |
String |
getS3ResourcePath()
The Amazon S3 URL that points to a manual evidence object.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setS3ResourcePath(String s3ResourcePath)
The Amazon S3 URL that points to a manual evidence object.
|
String |
toString()
Returns a string representation of this object.
|
ManualEvidence |
withS3ResourcePath(String s3ResourcePath)
The Amazon S3 URL that points to a manual evidence object.
|
public void setS3ResourcePath(String s3ResourcePath)
The Amazon S3 URL that points to a manual evidence object.
s3ResourcePath - The Amazon S3 URL that points to a manual evidence object.public String getS3ResourcePath()
The Amazon S3 URL that points to a manual evidence object.
public ManualEvidence withS3ResourcePath(String s3ResourcePath)
The Amazon S3 URL that points to a manual evidence object.
s3ResourcePath - The Amazon S3 URL that points to a manual evidence object.public String toString()
toString in class ObjectObject.toString()public ManualEvidence clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2021. All rights reserved.