@Generated(value="software.amazon.awssdk:codegen") public final class ListAssociationsForLicenseConfigurationResponse extends LicenseManagerResponse implements ToCopyableBuilder<ListAssociationsForLicenseConfigurationResponse.Builder,ListAssociationsForLicenseConfigurationResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ListAssociationsForLicenseConfigurationResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ListAssociationsForLicenseConfigurationResponse.Builder |
builder() |
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<LicenseConfigurationAssociation> |
licenseConfigurationAssociations()
Lists association objects for the license configuration, each containing the association time, number of consumed
licenses, resource ARN, resource ID, account ID that owns the resource, resource size, and resource type.
|
String |
nextToken()
Token for the next set of results.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ListAssociationsForLicenseConfigurationResponse.Builder> |
serializableBuilderClass() |
ListAssociationsForLicenseConfigurationResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic List<LicenseConfigurationAssociation> licenseConfigurationAssociations()
Lists association objects for the license configuration, each containing the association time, number of consumed licenses, resource ARN, resource ID, account ID that owns the resource, resource size, and resource type.
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 ListAssociationsForLicenseConfigurationResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ListAssociationsForLicenseConfigurationResponse.Builder,ListAssociationsForLicenseConfigurationResponse>toBuilder in class AwsResponsepublic static ListAssociationsForLicenseConfigurationResponse.Builder builder()
public static Class<? extends ListAssociationsForLicenseConfigurationResponse.Builder> serializableBuilderClass()
public String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkResponseCopyright © 2019. All rights reserved.