@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)
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 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.