@Generated(value="software.amazon.awssdk:codegen") public final class LaunchTemplateOverrides extends Object implements SdkPojo, Serializable, ToCopyableBuilder<LaunchTemplateOverrides.Builder,LaunchTemplateOverrides>
Describes an override for a launch template.
| Modifier and Type | Class and Description |
|---|---|
static interface |
LaunchTemplateOverrides.Builder |
| Modifier and Type | Method and Description |
|---|---|
static LaunchTemplateOverrides.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
instanceType()
The instance type.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends LaunchTemplateOverrides.Builder> |
serializableBuilderClass() |
LaunchTemplateOverrides.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
weightedCapacity()
The number of capacity units, which gives the instance type a proportional weight to other instance types.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String instanceType()
The instance type.
For information about available instance types, see Available Instance Types in the Amazon Elastic Compute Cloud User Guide.
For information about available instance types, see Available Instance Types in the Amazon Elastic Compute Cloud User Guide.
public String weightedCapacity()
The number of capacity units, which gives the instance type a proportional weight to other instance types. For example, larger instance types are generally weighted more than smaller instance types. These are the same units that you chose to set the desired capacity in terms of instances, or a performance attribute such as vCPUs, memory, or I/O.
Valid Range: Minimum value of 1. Maximum value of 999.
Valid Range: Minimum value of 1. Maximum value of 999.
public LaunchTemplateOverrides.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<LaunchTemplateOverrides.Builder,LaunchTemplateOverrides>public static LaunchTemplateOverrides.Builder builder()
public static Class<? extends LaunchTemplateOverrides.Builder> serializableBuilderClass()
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
Copyright © 2019. All rights reserved.