@Generated(value="software.amazon.awssdk:codegen") public final class UpdateLicenseConfigurationRequest extends LicenseManagerRequest implements ToCopyableBuilder<UpdateLicenseConfigurationRequest.Builder,UpdateLicenseConfigurationRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
UpdateLicenseConfigurationRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static UpdateLicenseConfigurationRequest.Builder |
builder() |
String |
description()
New human-friendly description of the license configuration.
|
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
licenseConfigurationArn()
ARN for a license configuration.
|
LicenseConfigurationStatus |
licenseConfigurationStatus()
New status of the license configuration (
ACTIVE or INACTIVE). |
String |
licenseConfigurationStatusAsString()
New status of the license configuration (
ACTIVE or INACTIVE). |
Long |
licenseCount()
New number of licenses managed by the license configuration.
|
Boolean |
licenseCountHardLimit()
Sets the number of available licenses as a hard limit.
|
List<String> |
licenseRules()
List of flexible text strings designating license rules.
|
String |
name()
New name of the license configuration.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends UpdateLicenseConfigurationRequest.Builder> |
serializableBuilderClass() |
UpdateLicenseConfigurationRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String licenseConfigurationArn()
ARN for a license configuration.
public LicenseConfigurationStatus licenseConfigurationStatus()
New status of the license configuration (ACTIVE or INACTIVE).
If the service returns an enum value that is not available in the current SDK version,
licenseConfigurationStatus will return LicenseConfigurationStatus.UNKNOWN_TO_SDK_VERSION. The
raw value returned by the service is available from licenseConfigurationStatusAsString().
ACTIVE or INACTIVE).LicenseConfigurationStatuspublic String licenseConfigurationStatusAsString()
New status of the license configuration (ACTIVE or INACTIVE).
If the service returns an enum value that is not available in the current SDK version,
licenseConfigurationStatus will return LicenseConfigurationStatus.UNKNOWN_TO_SDK_VERSION. The
raw value returned by the service is available from licenseConfigurationStatusAsString().
ACTIVE or INACTIVE).LicenseConfigurationStatuspublic List<String> licenseRules()
List of flexible text strings designating license rules.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public Long licenseCount()
New number of licenses managed by the license configuration.
public Boolean licenseCountHardLimit()
Sets the number of available licenses as a hard limit.
public String name()
New name of the license configuration.
public String description()
New human-friendly description of the license configuration.
public UpdateLicenseConfigurationRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<UpdateLicenseConfigurationRequest.Builder,UpdateLicenseConfigurationRequest>toBuilder in class LicenseManagerRequestpublic static UpdateLicenseConfigurationRequest.Builder builder()
public static Class<? extends UpdateLicenseConfigurationRequest.Builder> serializableBuilderClass()
public String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2019. All rights reserved.