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