@Generated(value="software.amazon.awssdk:codegen") public final class LaunchTemplateLicenseConfiguration extends Object implements SdkPojo, Serializable, ToCopyableBuilder<LaunchTemplateLicenseConfiguration.Builder,LaunchTemplateLicenseConfiguration>
Describes a license configuration.
Modifier and Type | Class and Description |
---|---|
static interface |
LaunchTemplateLicenseConfiguration.Builder |
Modifier and Type | Method and Description |
---|---|
static LaunchTemplateLicenseConfiguration.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
licenseConfigurationArn()
The Amazon Resource Name (ARN) of the license configuration.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends LaunchTemplateLicenseConfiguration.Builder> |
serializableBuilderClass() |
LaunchTemplateLicenseConfiguration.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
copy
public String licenseConfigurationArn()
The Amazon Resource Name (ARN) of the license configuration.
public LaunchTemplateLicenseConfiguration.Builder toBuilder()
toBuilder
in interface ToCopyableBuilder<LaunchTemplateLicenseConfiguration.Builder,LaunchTemplateLicenseConfiguration>
public static LaunchTemplateLicenseConfiguration.Builder builder()
public static Class<? extends LaunchTemplateLicenseConfiguration.Builder> serializableBuilderClass()
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields
in interface SdkPojo
public String toString()
Copyright © 2019. All rights reserved.