@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListUsageForLicenseConfigurationResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ListUsageForLicenseConfigurationResult() |
Modifier and Type | Method and Description |
---|---|
ListUsageForLicenseConfigurationResult |
clone() |
boolean |
equals(Object obj) |
List<LicenseConfigurationUsage> |
getLicenseConfigurationUsageList()
An array of
LicenseConfigurationUsage objects. |
String |
getNextToken()
Token for the next set of results.
|
int |
hashCode() |
void |
setLicenseConfigurationUsageList(Collection<LicenseConfigurationUsage> licenseConfigurationUsageList)
An array of
LicenseConfigurationUsage objects. |
void |
setNextToken(String nextToken)
Token for the next set of results.
|
String |
toString()
Returns a string representation of this object.
|
ListUsageForLicenseConfigurationResult |
withLicenseConfigurationUsageList(Collection<LicenseConfigurationUsage> licenseConfigurationUsageList)
An array of
LicenseConfigurationUsage objects. |
ListUsageForLicenseConfigurationResult |
withLicenseConfigurationUsageList(LicenseConfigurationUsage... licenseConfigurationUsageList)
An array of
LicenseConfigurationUsage objects. |
ListUsageForLicenseConfigurationResult |
withNextToken(String nextToken)
Token for the next set of results.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public ListUsageForLicenseConfigurationResult()
public List<LicenseConfigurationUsage> getLicenseConfigurationUsageList()
An array of LicenseConfigurationUsage
objects.
LicenseConfigurationUsage
objects.public void setLicenseConfigurationUsageList(Collection<LicenseConfigurationUsage> licenseConfigurationUsageList)
An array of LicenseConfigurationUsage
objects.
licenseConfigurationUsageList
- An array of LicenseConfigurationUsage
objects.public ListUsageForLicenseConfigurationResult withLicenseConfigurationUsageList(LicenseConfigurationUsage... licenseConfigurationUsageList)
An array of LicenseConfigurationUsage
objects.
NOTE: This method appends the values to the existing list (if any). Use
setLicenseConfigurationUsageList(java.util.Collection)
or
withLicenseConfigurationUsageList(java.util.Collection)
if you want to override the existing values.
licenseConfigurationUsageList
- An array of LicenseConfigurationUsage
objects.public ListUsageForLicenseConfigurationResult withLicenseConfigurationUsageList(Collection<LicenseConfigurationUsage> licenseConfigurationUsageList)
An array of LicenseConfigurationUsage
objects.
licenseConfigurationUsageList
- An array of LicenseConfigurationUsage
objects.public void setNextToken(String nextToken)
Token for the next set of results.
nextToken
- Token for the next set of results.public String getNextToken()
Token for the next set of results.
public ListUsageForLicenseConfigurationResult withNextToken(String nextToken)
Token for the next set of results.
nextToken
- Token for the next set of results.public String toString()
toString
in class Object
Object.toString()
public ListUsageForLicenseConfigurationResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.