public class DescribeLicensesResult
extends java.lang.Object
implements java.io.Serializable
| コンストラクタと説明 |
|---|
DescribeLicensesResult() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.util.List<License> |
getLicenses()
Specifies active licenses in use and attached to an Amazon EC2
instance.
|
int |
hashCode() |
void |
setLicenses(java.util.Collection<License> licenses)
Specifies active licenses in use and attached to an Amazon EC2
instance.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeLicensesResult |
withLicenses(java.util.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.
|
public java.util.List<License> getLicenses()
public void setLicenses(java.util.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(java.util.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 java.lang.String toString()
toString クラス内 java.lang.ObjectObject.toString()public int hashCode()
hashCode クラス内 java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals クラス内 java.lang.Object