@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ResourceDetails extends Object implements Serializable, Cloneable, StructuredPojo
Represents the resources that were scanned in the scan entry.
| Constructor and Description |
|---|
ResourceDetails() |
| Modifier and Type | Method and Description |
|---|---|
ResourceDetails |
clone() |
boolean |
equals(Object obj) |
String |
getInstanceArn()
Instance ARN that was scanned in the scan entry.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setInstanceArn(String instanceArn)
Instance ARN that was scanned in the scan entry.
|
String |
toString()
Returns a string representation of this object.
|
ResourceDetails |
withInstanceArn(String instanceArn)
Instance ARN that was scanned in the scan entry.
|
public void setInstanceArn(String instanceArn)
Instance ARN that was scanned in the scan entry.
instanceArn - Instance ARN that was scanned in the scan entry.public String getInstanceArn()
Instance ARN that was scanned in the scan entry.
public ResourceDetails withInstanceArn(String instanceArn)
Instance ARN that was scanned in the scan entry.
instanceArn - Instance ARN that was scanned in the scan entry.public String toString()
toString in class ObjectObject.toString()public ResourceDetails clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2025. All rights reserved.