@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class FindingSourceDetail extends Object implements Serializable, Cloneable, StructuredPojo
Includes details about how the access that generated the finding is granted. This is populated for Amazon S3 bucket findings.
Constructor and Description |
---|
FindingSourceDetail() |
Modifier and Type | Method and Description |
---|---|
FindingSourceDetail |
clone() |
boolean |
equals(Object obj) |
String |
getAccessPointArn()
The ARN of the access point that generated the finding.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setAccessPointArn(String accessPointArn)
The ARN of the access point that generated the finding.
|
String |
toString()
Returns a string representation of this object.
|
FindingSourceDetail |
withAccessPointArn(String accessPointArn)
The ARN of the access point that generated the finding.
|
public void setAccessPointArn(String accessPointArn)
The ARN of the access point that generated the finding.
accessPointArn
- The ARN of the access point that generated the finding.public String getAccessPointArn()
The ARN of the access point that generated the finding.
public FindingSourceDetail withAccessPointArn(String accessPointArn)
The ARN of the access point that generated the finding.
accessPointArn
- The ARN of the access point that generated the finding.public String toString()
toString
in class Object
Object.toString()
public FindingSourceDetail clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.