com.amazonaws.services.ec2.model
Class InstanceLicenseSpecification

java.lang.Object
  extended by com.amazonaws.services.ec2.model.InstanceLicenseSpecification

public class InstanceLicenseSpecification
extends Object

Part of a request to launch Amazon EC2 instances, specifying which license pool to use if a license should be attached to the new Amazon EC2 instance.


Constructor Summary
InstanceLicenseSpecification()
           
 
Method Summary
 boolean equals(Object obj)
           
 String getPool()
          The license pool from which to take a license when starting Amazon EC2 instances in the associated RunInstances request.
 int hashCode()
           
 void setPool(String pool)
          The license pool from which to take a license when starting Amazon EC2 instances in the associated RunInstances request.
 String toString()
          Returns a string representation of this object; useful for testing and debugging.
 InstanceLicenseSpecification withPool(String pool)
          The license pool from which to take a license when starting Amazon EC2 instances in the associated RunInstances request.
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InstanceLicenseSpecification

public InstanceLicenseSpecification()
Method Detail

getPool

public String getPool()
The license pool from which to take a license when starting Amazon EC2 instances in the associated RunInstances request.

Returns:
The license pool from which to take a license when starting Amazon EC2 instances in the associated RunInstances request.

setPool

public void setPool(String pool)
The license pool from which to take a license when starting Amazon EC2 instances in the associated RunInstances request.

Parameters:
pool - The license pool from which to take a license when starting Amazon EC2 instances in the associated RunInstances request.

withPool

public InstanceLicenseSpecification withPool(String pool)
The license pool from which to take a license when starting Amazon EC2 instances in the associated RunInstances request.

Returns a reference to this object so that method calls can be chained together.

Parameters:
pool - The license pool from which to take a license when starting Amazon EC2 instances in the associated RunInstances request.
Returns:
A reference to this updated object so that method calls can be chained together.

toString

public String toString()
Returns a string representation of this object; useful for testing and debugging.

Overrides:
toString in class Object
Returns:
A string representation of this object.
See Also:
Object.toString()

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object


Copyright © 2010 Amazon Web Services, Inc. All Rights Reserved.