@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class RelatedFinding extends Object implements Serializable, Cloneable, StructuredPojo
Details about a related finding.
Constructor and Description |
---|
RelatedFinding() |
Modifier and Type | Method and Description |
---|---|
RelatedFinding |
clone() |
boolean |
equals(Object obj) |
String |
getId()
The product-generated identifier for a related finding.
|
String |
getProductArn()
The ARN of the product that generated a related finding.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setId(String id)
The product-generated identifier for a related finding.
|
void |
setProductArn(String productArn)
The ARN of the product that generated a related finding.
|
String |
toString()
Returns a string representation of this object.
|
RelatedFinding |
withId(String id)
The product-generated identifier for a related finding.
|
RelatedFinding |
withProductArn(String productArn)
The ARN of the product that generated a related finding.
|
public void setProductArn(String productArn)
The ARN of the product that generated a related finding.
productArn
- The ARN of the product that generated a related finding.public String getProductArn()
The ARN of the product that generated a related finding.
public RelatedFinding withProductArn(String productArn)
The ARN of the product that generated a related finding.
productArn
- The ARN of the product that generated a related finding.public void setId(String id)
The product-generated identifier for a related finding.
id
- The product-generated identifier for a related finding.public String getId()
The product-generated identifier for a related finding.
public RelatedFinding withId(String id)
The product-generated identifier for a related finding.
id
- The product-generated identifier for a related finding.public String toString()
toString
in class Object
Object.toString()
public RelatedFinding clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.