@Generated(value="software.amazon.awssdk:codegen") public final class ListUsageForLicenseConfigurationResponse extends LicenseManagerResponse implements ToCopyableBuilder<ListUsageForLicenseConfigurationResponse.Builder,ListUsageForLicenseConfigurationResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ListUsageForLicenseConfigurationResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ListUsageForLicenseConfigurationResponse.Builder |
builder() |
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<LicenseConfigurationUsage> |
licenseConfigurationUsageList()
An array of
LicenseConfigurationUsage objects. |
String |
nextToken()
Token for the next set of results.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ListUsageForLicenseConfigurationResponse.Builder> |
serializableBuilderClass() |
ListUsageForLicenseConfigurationResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic List<LicenseConfigurationUsage> licenseConfigurationUsageList()
An array of LicenseConfigurationUsage objects.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
LicenseConfigurationUsage objects.public String nextToken()
Token for the next set of results.
public ListUsageForLicenseConfigurationResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ListUsageForLicenseConfigurationResponse.Builder,ListUsageForLicenseConfigurationResponse>toBuilder in class AwsResponsepublic static ListUsageForLicenseConfigurationResponse.Builder builder()
public static Class<? extends ListUsageForLicenseConfigurationResponse.Builder> serializableBuilderClass()
public String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkResponseCopyright © 2019. All rights reserved.