@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ResourceDetails extends Object implements Serializable, Cloneable, StructuredPojo
Details for the resource.
Constructor and Description |
---|
ResourceDetails() |
Modifier and Type | Method and Description |
---|---|
ResourceDetails |
clone() |
boolean |
equals(Object obj) |
EC2ResourceDetails |
getEC2ResourceDetails()
Details for the Amazon EC2 resource.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setEC2ResourceDetails(EC2ResourceDetails eC2ResourceDetails)
Details for the Amazon EC2 resource.
|
String |
toString()
Returns a string representation of this object.
|
ResourceDetails |
withEC2ResourceDetails(EC2ResourceDetails eC2ResourceDetails)
Details for the Amazon EC2 resource.
|
public void setEC2ResourceDetails(EC2ResourceDetails eC2ResourceDetails)
Details for the Amazon EC2 resource.
eC2ResourceDetails
- Details for the Amazon EC2 resource.public EC2ResourceDetails getEC2ResourceDetails()
Details for the Amazon EC2 resource.
public ResourceDetails withEC2ResourceDetails(EC2ResourceDetails eC2ResourceDetails)
Details for the Amazon EC2 resource.
eC2ResourceDetails
- Details for the Amazon EC2 resource.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.