@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class FindingDetails extends Object implements Serializable, Cloneable, StructuredPojo
Extended textual information about the finding.
| Constructor and Description |
|---|
FindingDetails() |
| Modifier and Type | Method and Description |
|---|---|
FindingDetails |
clone() |
boolean |
equals(Object obj) |
CloudFormationStackUpdate |
getCloudFormationStackUpdate()
Information about the CloudFormation stack creation or update associated with the finding.
|
CodeDeployDeployment |
getCodeDeployDeployment()
Information about the CodeDeploy deployment associated with the finding.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setCloudFormationStackUpdate(CloudFormationStackUpdate cloudFormationStackUpdate)
Information about the CloudFormation stack creation or update associated with the finding.
|
void |
setCodeDeployDeployment(CodeDeployDeployment codeDeployDeployment)
Information about the CodeDeploy deployment associated with the finding.
|
String |
toString()
Returns a string representation of this object.
|
FindingDetails |
withCloudFormationStackUpdate(CloudFormationStackUpdate cloudFormationStackUpdate)
Information about the CloudFormation stack creation or update associated with the finding.
|
FindingDetails |
withCodeDeployDeployment(CodeDeployDeployment codeDeployDeployment)
Information about the CodeDeploy deployment associated with the finding.
|
public void setCloudFormationStackUpdate(CloudFormationStackUpdate cloudFormationStackUpdate)
Information about the CloudFormation stack creation or update associated with the finding.
cloudFormationStackUpdate - Information about the CloudFormation stack creation or update associated with the finding.public CloudFormationStackUpdate getCloudFormationStackUpdate()
Information about the CloudFormation stack creation or update associated with the finding.
public FindingDetails withCloudFormationStackUpdate(CloudFormationStackUpdate cloudFormationStackUpdate)
Information about the CloudFormation stack creation or update associated with the finding.
cloudFormationStackUpdate - Information about the CloudFormation stack creation or update associated with the finding.public void setCodeDeployDeployment(CodeDeployDeployment codeDeployDeployment)
Information about the CodeDeploy deployment associated with the finding.
codeDeployDeployment - Information about the CodeDeploy deployment associated with the finding.public CodeDeployDeployment getCodeDeployDeployment()
Information about the CodeDeploy deployment associated with the finding.
public FindingDetails withCodeDeployDeployment(CodeDeployDeployment codeDeployDeployment)
Information about the CodeDeploy deployment associated with the finding.
codeDeployDeployment - Information about the CodeDeploy deployment associated with the finding.public String toString()
toString in class ObjectObject.toString()public FindingDetails clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.