@Generated(value="software.amazon.awssdk:codegen") public final class LaunchTemplateLicenseConfigurationRequest extends Object implements SdkPojo, Serializable, ToCopyableBuilder<LaunchTemplateLicenseConfigurationRequest.Builder,LaunchTemplateLicenseConfigurationRequest>
Describes a license configuration.
Modifier and Type | Class and Description |
---|---|
static interface |
LaunchTemplateLicenseConfigurationRequest.Builder |
Modifier and Type | Method and Description |
---|---|
static LaunchTemplateLicenseConfigurationRequest.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 LaunchTemplateLicenseConfigurationRequest.Builder> |
serializableBuilderClass() |
LaunchTemplateLicenseConfigurationRequest.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 LaunchTemplateLicenseConfigurationRequest.Builder toBuilder()
toBuilder
in interface ToCopyableBuilder<LaunchTemplateLicenseConfigurationRequest.Builder,LaunchTemplateLicenseConfigurationRequest>
public static LaunchTemplateLicenseConfigurationRequest.Builder builder()
public static Class<? extends LaunchTemplateLicenseConfigurationRequest.Builder> serializableBuilderClass()
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields
in interface SdkPojo
public String toString()
Copyright © 2019. All rights reserved.