@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()
Information about the license configurations.
|
String |
getNextToken()
Token for the next set of results.
|
int |
hashCode() |
void |
setLicenseConfigurationUsageList(Collection<LicenseConfigurationUsage> licenseConfigurationUsageList)
Information about the license configurations.
|
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)
Information about the license configurations.
|
ListUsageForLicenseConfigurationResult |
withLicenseConfigurationUsageList(LicenseConfigurationUsage... licenseConfigurationUsageList)
Information about the license configurations.
|
ListUsageForLicenseConfigurationResult |
withNextToken(String nextToken)
Token for the next set of results.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public ListUsageForLicenseConfigurationResult()
public List<LicenseConfigurationUsage> getLicenseConfigurationUsageList()
Information about the license configurations.
public void setLicenseConfigurationUsageList(Collection<LicenseConfigurationUsage> licenseConfigurationUsageList)
Information about the license configurations.
licenseConfigurationUsageList
- Information about the license configurations.public ListUsageForLicenseConfigurationResult withLicenseConfigurationUsageList(LicenseConfigurationUsage... licenseConfigurationUsageList)
Information about the license configurations.
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
- Information about the license configurations.public ListUsageForLicenseConfigurationResult withLicenseConfigurationUsageList(Collection<LicenseConfigurationUsage> licenseConfigurationUsageList)
Information about the license configurations.
licenseConfigurationUsageList
- Information about the license configurations.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()