Class UpdateLicenseConfigurationRequest
- java.lang.Object
-
- software.amazon.awssdk.core.SdkRequest
-
- software.amazon.awssdk.awscore.AwsRequest
-
- software.amazon.awssdk.services.licensemanager.model.LicenseManagerRequest
-
- software.amazon.awssdk.services.licensemanager.model.UpdateLicenseConfigurationRequest
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<UpdateLicenseConfigurationRequest.Builder,UpdateLicenseConfigurationRequest>
@Generated("software.amazon.awssdk:codegen") public final class UpdateLicenseConfigurationRequest extends LicenseManagerRequest implements ToCopyableBuilder<UpdateLicenseConfigurationRequest.Builder,UpdateLicenseConfigurationRequest>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceUpdateLicenseConfigurationRequest.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static UpdateLicenseConfigurationRequest.Builderbuilder()Stringdescription()New description of the license configuration.BooleandisassociateWhenNotFound()When true, disassociates a resource when software is uninstalled.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()booleanhasLicenseRules()For responses, this returns true if the service returned a value for the LicenseRules property.booleanhasProductInformationList()For responses, this returns true if the service returned a value for the ProductInformationList property.StringlicenseConfigurationArn()Amazon Resource Name (ARN) of the license configuration.LicenseConfigurationStatuslicenseConfigurationStatus()New status of the license configuration.StringlicenseConfigurationStatusAsString()New status of the license configuration.LonglicenseCount()New number of licenses managed by the license configuration.BooleanlicenseCountHardLimit()New hard limit of the number of available licenses.List<String>licenseRules()New license rule.Stringname()New name of the license configuration.List<ProductInformation>productInformationList()New product information.List<SdkField<?>>sdkFields()static Class<? extends UpdateLicenseConfigurationRequest.Builder>serializableBuilderClass()UpdateLicenseConfigurationRequest.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class software.amazon.awssdk.awscore.AwsRequest
overrideConfiguration
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
licenseConfigurationArn
public final String licenseConfigurationArn()
Amazon Resource Name (ARN) of the license configuration.
- Returns:
- Amazon Resource Name (ARN) of the license configuration.
-
licenseConfigurationStatus
public final LicenseConfigurationStatus licenseConfigurationStatus()
New status of the license configuration.
If the service returns an enum value that is not available in the current SDK version,
licenseConfigurationStatuswill returnLicenseConfigurationStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromlicenseConfigurationStatusAsString().- Returns:
- New status of the license configuration.
- See Also:
LicenseConfigurationStatus
-
licenseConfigurationStatusAsString
public final String licenseConfigurationStatusAsString()
New status of the license configuration.
If the service returns an enum value that is not available in the current SDK version,
licenseConfigurationStatuswill returnLicenseConfigurationStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromlicenseConfigurationStatusAsString().- Returns:
- New status of the license configuration.
- See Also:
LicenseConfigurationStatus
-
hasLicenseRules
public final boolean hasLicenseRules()
For responses, this returns true if the service returned a value for the LicenseRules property. This DOES NOT check that the value is non-empty (for which, you should check theisEmpty()method on the property). This is useful because the SDK will never return a null collection or map, but you may need to differentiate between the service returning nothing (or null) and the service returning an empty collection or map. For requests, this returns true if a value for the property was specified in the request builder, and false if a value was not specified.
-
licenseRules
public final List<String> licenseRules()
New license rule. The only rule that you can add after you create a license configuration is licenseAffinityToHost.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that you can differentiate between null and empty), you can use the
hasLicenseRules()method.- Returns:
- New license rule. The only rule that you can add after you create a license configuration is licenseAffinityToHost.
-
licenseCount
public final Long licenseCount()
New number of licenses managed by the license configuration.
- Returns:
- New number of licenses managed by the license configuration.
-
licenseCountHardLimit
public final Boolean licenseCountHardLimit()
New hard limit of the number of available licenses.
- Returns:
- New hard limit of the number of available licenses.
-
name
public final String name()
New name of the license configuration.
- Returns:
- New name of the license configuration.
-
description
public final String description()
New description of the license configuration.
- Returns:
- New description of the license configuration.
-
hasProductInformationList
public final boolean hasProductInformationList()
For responses, this returns true if the service returned a value for the ProductInformationList property. This DOES NOT check that the value is non-empty (for which, you should check theisEmpty()method on the property). This is useful because the SDK will never return a null collection or map, but you may need to differentiate between the service returning nothing (or null) and the service returning an empty collection or map. For requests, this returns true if a value for the property was specified in the request builder, and false if a value was not specified.
-
productInformationList
public final List<ProductInformation> productInformationList()
New product information.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that you can differentiate between null and empty), you can use the
hasProductInformationList()method.- Returns:
- New product information.
-
disassociateWhenNotFound
public final Boolean disassociateWhenNotFound()
When true, disassociates a resource when software is uninstalled.
- Returns:
- When true, disassociates a resource when software is uninstalled.
-
toBuilder
public UpdateLicenseConfigurationRequest.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<UpdateLicenseConfigurationRequest.Builder,UpdateLicenseConfigurationRequest>- Specified by:
toBuilderin classLicenseManagerRequest
-
builder
public static UpdateLicenseConfigurationRequest.Builder builder()
-
serializableBuilderClass
public static Class<? extends UpdateLicenseConfigurationRequest.Builder> serializableBuilderClass()
-
hashCode
public final int hashCode()
- Overrides:
hashCodein classAwsRequest
-
equals
public final boolean equals(Object obj)
- Overrides:
equalsin classAwsRequest
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
getValueForField
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
- Overrides:
getValueForFieldin classSdkRequest
-
-