@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ResourceDetails extends Object implements Serializable, Cloneable, StructuredPojo
Contains details about the resource involved in the finding.
Constructor and Description |
---|
ResourceDetails() |
Modifier and Type | Method and Description |
---|---|
ResourceDetails |
clone() |
boolean |
equals(Object obj) |
AwsEcrContainerImageDetails |
getAwsEcrContainerImage()
An object that contains details about the Amazon ECR container image involved in the finding.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setAwsEcrContainerImage(AwsEcrContainerImageDetails awsEcrContainerImage)
An object that contains details about the Amazon ECR container image involved in the finding.
|
String |
toString()
Returns a string representation of this object.
|
ResourceDetails |
withAwsEcrContainerImage(AwsEcrContainerImageDetails awsEcrContainerImage)
An object that contains details about the Amazon ECR container image involved in the finding.
|
public void setAwsEcrContainerImage(AwsEcrContainerImageDetails awsEcrContainerImage)
An object that contains details about the Amazon ECR container image involved in the finding.
awsEcrContainerImage
- An object that contains details about the Amazon ECR container image involved in the finding.public AwsEcrContainerImageDetails getAwsEcrContainerImage()
An object that contains details about the Amazon ECR container image involved in the finding.
public ResourceDetails withAwsEcrContainerImage(AwsEcrContainerImageDetails awsEcrContainerImage)
An object that contains details about the Amazon ECR container image involved in the finding.
awsEcrContainerImage
- An object that contains details about the Amazon ECR container image involved in the finding.public String toString()
toString
in class Object
Object.toString()
public ResourceDetails clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.