Class UpdateLaunchConfigurationResponse
- java.lang.Object
-
- software.amazon.awssdk.core.SdkResponse
-
- software.amazon.awssdk.awscore.AwsResponse
-
- software.amazon.awssdk.services.mgn.model.MgnResponse
-
- software.amazon.awssdk.services.mgn.model.UpdateLaunchConfigurationResponse
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<UpdateLaunchConfigurationResponse.Builder,UpdateLaunchConfigurationResponse>
@Generated("software.amazon.awssdk:codegen") public final class UpdateLaunchConfigurationResponse extends MgnResponse implements ToCopyableBuilder<UpdateLaunchConfigurationResponse.Builder,UpdateLaunchConfigurationResponse>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceUpdateLaunchConfigurationResponse.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description BootModebootMode()Launch configuration boot mode.StringbootModeAsString()Launch configuration boot mode.static UpdateLaunchConfigurationResponse.Builderbuilder()BooleancopyPrivateIp()Copy Private IP during Launch Configuration.BooleancopyTags()Copy Tags during Launch Configuration.Stringec2LaunchTemplateID()Launch configuration EC2 Launch template ID.BooleanenableMapAutoTagging()Enable map auto tagging.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()LaunchDispositionlaunchDisposition()Launch disposition for launch configuration.StringlaunchDispositionAsString()Launch disposition for launch configuration.Licensinglicensing()Launch configuration OS licensing.StringmapAutoTaggingMpeID()Map auto tagging MPE ID.Stringname()Launch configuration name.PostLaunchActionspostLaunchActions()Returns the value of the PostLaunchActions property for this object.List<SdkField<?>>sdkFields()static Class<? extends UpdateLaunchConfigurationResponse.Builder>serializableBuilderClass()StringsourceServerID()Launch configuration Source Server ID.TargetInstanceTypeRightSizingMethodtargetInstanceTypeRightSizingMethod()Launch configuration Target instance type right sizing method.StringtargetInstanceTypeRightSizingMethodAsString()Launch configuration Target instance type right sizing method.UpdateLaunchConfigurationResponse.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class software.amazon.awssdk.services.mgn.model.MgnResponse
responseMetadata
-
Methods inherited from class software.amazon.awssdk.core.SdkResponse
sdkHttpResponse
-
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
-
bootMode
public final BootMode bootMode()
Launch configuration boot mode.
If the service returns an enum value that is not available in the current SDK version,
bootModewill returnBootMode.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available frombootModeAsString().- Returns:
- Launch configuration boot mode.
- See Also:
BootMode
-
bootModeAsString
public final String bootModeAsString()
Launch configuration boot mode.
If the service returns an enum value that is not available in the current SDK version,
bootModewill returnBootMode.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available frombootModeAsString().- Returns:
- Launch configuration boot mode.
- See Also:
BootMode
-
copyPrivateIp
public final Boolean copyPrivateIp()
Copy Private IP during Launch Configuration.
- Returns:
- Copy Private IP during Launch Configuration.
-
copyTags
public final Boolean copyTags()
Copy Tags during Launch Configuration.
- Returns:
- Copy Tags during Launch Configuration.
-
ec2LaunchTemplateID
public final String ec2LaunchTemplateID()
Launch configuration EC2 Launch template ID.
- Returns:
- Launch configuration EC2 Launch template ID.
-
enableMapAutoTagging
public final Boolean enableMapAutoTagging()
Enable map auto tagging.
- Returns:
- Enable map auto tagging.
-
launchDisposition
public final LaunchDisposition launchDisposition()
Launch disposition for launch configuration.
If the service returns an enum value that is not available in the current SDK version,
launchDispositionwill returnLaunchDisposition.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromlaunchDispositionAsString().- Returns:
- Launch disposition for launch configuration.
- See Also:
LaunchDisposition
-
launchDispositionAsString
public final String launchDispositionAsString()
Launch disposition for launch configuration.
If the service returns an enum value that is not available in the current SDK version,
launchDispositionwill returnLaunchDisposition.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromlaunchDispositionAsString().- Returns:
- Launch disposition for launch configuration.
- See Also:
LaunchDisposition
-
licensing
public final Licensing licensing()
Launch configuration OS licensing.
- Returns:
- Launch configuration OS licensing.
-
mapAutoTaggingMpeID
public final String mapAutoTaggingMpeID()
Map auto tagging MPE ID.
- Returns:
- Map auto tagging MPE ID.
-
name
public final String name()
Launch configuration name.
- Returns:
- Launch configuration name.
-
postLaunchActions
public final PostLaunchActions postLaunchActions()
Returns the value of the PostLaunchActions property for this object.- Returns:
- The value of the PostLaunchActions property for this object.
-
sourceServerID
public final String sourceServerID()
Launch configuration Source Server ID.
- Returns:
- Launch configuration Source Server ID.
-
targetInstanceTypeRightSizingMethod
public final TargetInstanceTypeRightSizingMethod targetInstanceTypeRightSizingMethod()
Launch configuration Target instance type right sizing method.
If the service returns an enum value that is not available in the current SDK version,
targetInstanceTypeRightSizingMethodwill returnTargetInstanceTypeRightSizingMethod.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromtargetInstanceTypeRightSizingMethodAsString().- Returns:
- Launch configuration Target instance type right sizing method.
- See Also:
TargetInstanceTypeRightSizingMethod
-
targetInstanceTypeRightSizingMethodAsString
public final String targetInstanceTypeRightSizingMethodAsString()
Launch configuration Target instance type right sizing method.
If the service returns an enum value that is not available in the current SDK version,
targetInstanceTypeRightSizingMethodwill returnTargetInstanceTypeRightSizingMethod.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromtargetInstanceTypeRightSizingMethodAsString().- Returns:
- Launch configuration Target instance type right sizing method.
- See Also:
TargetInstanceTypeRightSizingMethod
-
toBuilder
public UpdateLaunchConfigurationResponse.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<UpdateLaunchConfigurationResponse.Builder,UpdateLaunchConfigurationResponse>- Specified by:
toBuilderin classAwsResponse
-
builder
public static UpdateLaunchConfigurationResponse.Builder builder()
-
serializableBuilderClass
public static Class<? extends UpdateLaunchConfigurationResponse.Builder> serializableBuilderClass()
-
hashCode
public final int hashCode()
- Overrides:
hashCodein classAwsResponse
-
equals
public final boolean equals(Object obj)
- Overrides:
equalsin classAwsResponse
-
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 classSdkResponse
-
-