@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ManualEvidence extends Object implements Serializable, Cloneable, StructuredPojo
Evidence that's uploaded to 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)
Marshalls this structured data using the given
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)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.