|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazonaws.services.ec2.model.DescribeLicensesResult
public class DescribeLicensesResult
Constructor Summary | |
---|---|
DescribeLicensesResult()
|
Method Summary | |
---|---|
boolean |
equals(Object obj)
|
List<License> |
getLicenses()
Specifies active licenses in use and attached to an Amazon EC2 instance. |
int |
hashCode()
|
void |
setLicenses(Collection<License> licenses)
Specifies active licenses in use and attached to an Amazon EC2 instance. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
DescribeLicensesResult |
withLicenses(Collection<License> licenses)
Specifies active licenses in use and attached to an Amazon EC2 instance. |
DescribeLicensesResult |
withLicenses(License... licenses)
Specifies active licenses in use and attached to an Amazon EC2 instance. |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public DescribeLicensesResult()
Method Detail |
---|
public List<License> getLicenses()
public void setLicenses(Collection<License> licenses)
licenses
- Specifies active licenses in use and attached to an Amazon EC2
instance.public DescribeLicensesResult withLicenses(License... licenses)
Returns a reference to this object so that method calls can be chained together.
licenses
- Specifies active licenses in use and attached to an Amazon EC2
instance.
public DescribeLicensesResult withLicenses(Collection<License> licenses)
Returns a reference to this object so that method calls can be chained together.
licenses
- Specifies active licenses in use and attached to an Amazon EC2
instance.
public String toString()
toString
in class Object
Object.toString()
public int hashCode()
hashCode
in class Object
public boolean equals(Object obj)
equals
in class Object
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |