@Generated(value="software.amazon.awssdk:codegen") public final class CreateLicenseConfigurationRequest extends LicenseManagerRequest implements ToCopyableBuilder<CreateLicenseConfigurationRequest.Builder,CreateLicenseConfigurationRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
CreateLicenseConfigurationRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static CreateLicenseConfigurationRequest.Builder |
builder() |
String |
description()
Human-friendly description of the license configuration.
|
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Long |
licenseCount()
Number of licenses managed by the license configuration.
|
Boolean |
licenseCountHardLimit()
Flag indicating whether hard or soft license enforcement is used.
|
LicenseCountingType |
licenseCountingType()
Dimension to use to track the license inventory.
|
String |
licenseCountingTypeAsString()
Dimension to use to track the license inventory.
|
List<String> |
licenseRules()
Array of configured License Manager rules.
|
String |
name()
Name of the license configuration.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends CreateLicenseConfigurationRequest.Builder> |
serializableBuilderClass() |
List<Tag> |
tags()
The tags to apply to the resources during launch.
|
CreateLicenseConfigurationRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String name()
Name of the license configuration.
public String description()
Human-friendly description of the license configuration.
public LicenseCountingType licenseCountingType()
Dimension to use to track the license inventory.
If the service returns an enum value that is not available in the current SDK version,
licenseCountingType will return LicenseCountingType.UNKNOWN_TO_SDK_VERSION. The raw value
returned by the service is available from licenseCountingTypeAsString().
LicenseCountingTypepublic String licenseCountingTypeAsString()
Dimension to use to track the license inventory.
If the service returns an enum value that is not available in the current SDK version,
licenseCountingType will return LicenseCountingType.UNKNOWN_TO_SDK_VERSION. The raw value
returned by the service is available from licenseCountingTypeAsString().
LicenseCountingTypepublic Long licenseCount()
Number of licenses managed by the license configuration.
public Boolean licenseCountHardLimit()
Flag indicating whether hard or soft license enforcement is used. Exceeding a hard limit results in the blocked deployment of new instances.
public List<String> licenseRules()
Array of configured License Manager rules.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public List<Tag> tags()
The tags to apply to the resources during launch. You can only tag instances and volumes on launch. The specified tags are applied to all instances or volumes that are created during launch. To tag a resource after it has been created, see CreateTags .
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public CreateLicenseConfigurationRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<CreateLicenseConfigurationRequest.Builder,CreateLicenseConfigurationRequest>toBuilder in class LicenseManagerRequestpublic static CreateLicenseConfigurationRequest.Builder builder()
public static Class<? extends CreateLicenseConfigurationRequest.Builder> serializableBuilderClass()
public String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2019. All rights reserved.