@Generated(value="software.amazon.awssdk:codegen") public final class ListLicenseConfigurationsRequest extends LicenseManagerRequest implements ToCopyableBuilder<ListLicenseConfigurationsRequest.Builder,ListLicenseConfigurationsRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ListLicenseConfigurationsRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ListLicenseConfigurationsRequest.Builder |
builder() |
boolean |
equals(Object obj) |
List<Filter> |
filters()
One or more filters.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<String> |
licenseConfigurationArns()
An array of ARNs for the calling account’s license configurations.
|
Integer |
maxResults()
Maximum number of results to return in a single call.
|
String |
nextToken()
Token for the next set of results.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ListLicenseConfigurationsRequest.Builder> |
serializableBuilderClass() |
ListLicenseConfigurationsRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic List<String> licenseConfigurationArns()
An array of ARNs for the calling account’s license configurations.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public Integer maxResults()
Maximum number of results to return in a single call. To retrieve the remaining results, make another call with
the returned NextToken value.
NextToken value.public String nextToken()
Token for the next set of results.
public List<Filter> filters()
One or more filters.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public ListLicenseConfigurationsRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ListLicenseConfigurationsRequest.Builder,ListLicenseConfigurationsRequest>toBuilder in class LicenseManagerRequestpublic static ListLicenseConfigurationsRequest.Builder builder()
public static Class<? extends ListLicenseConfigurationsRequest.Builder> serializableBuilderClass()
public String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2019. All rights reserved.