com.xerox.amazonws.ec2
Class ProductInstanceInfo
java.lang.Object
com.xerox.amazonws.ec2.ProductInstanceInfo
public class ProductInstanceInfo
- extends Object
An instance of this class represents an Product Instance relationship
Instances are returned by calls to
Jec2.confirmProductInstance(String, String)
.
ProductInstanceInfo
public ProductInstanceInfo(String instanceId,
String productCode,
String ownerId)
getInstanceId
public String getInstanceId()
getProductCode
public String getProductCode()
getOwnerId
public String getOwnerId()
toString
public String toString()
- Overrides:
toString
in class Object