|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectcom.amazonaws.AmazonWebServiceRequest
com.amazonaws.services.ec2.model.DescribeLicensesRequest
public class DescribeLicensesRequest
Container for the parameters to the DescribeLicenses operation.
Provides details of a user's registered licenses. Zero or more IDs may be specified on the call. When one or more license IDs are specified, only data for the specified IDs are returned.
AmazonEC2.describeLicenses(DescribeLicensesRequest)| Constructor Summary | |
|---|---|
DescribeLicensesRequest()
|
|
| Method Summary | |
|---|---|
List<String> |
getLicenseIds()
Specifies the license registration for which details are to be returned. |
void |
setLicenseIds(Collection<String> licenseIds)
Specifies the license registration for which details are to be returned. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
DescribeLicensesRequest |
withLicenseIds(Collection<String> licenseIds)
Specifies the license registration for which details are to be returned. |
DescribeLicensesRequest |
withLicenseIds(String... licenseIds)
Specifies the license registration for which details are to be returned. |
| Methods inherited from class com.amazonaws.AmazonWebServiceRequest |
|---|
copyPrivateRequestParameters |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public DescribeLicensesRequest()
| Method Detail |
|---|
public List<String> getLicenseIds()
public void setLicenseIds(Collection<String> licenseIds)
licenseIds - Specifies the license registration for which details are to be
returned.public DescribeLicensesRequest withLicenseIds(String... licenseIds)
Returns a reference to this object so that method calls can be chained together.
licenseIds - Specifies the license registration for which details are to be
returned.
public DescribeLicensesRequest withLicenseIds(Collection<String> licenseIds)
Returns a reference to this object so that method calls can be chained together.
licenseIds - Specifies the license registration for which details are to be
returned.
public String toString()
toString in class ObjectObject.toString()
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||