Class M2NonManagedApplicationStepInput
- java.lang.Object
-
- software.amazon.awssdk.services.apptest.model.M2NonManagedApplicationStepInput
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<M2NonManagedApplicationStepInput.Builder,M2NonManagedApplicationStepInput>
@Generated("software.amazon.awssdk:codegen") public final class M2NonManagedApplicationStepInput extends Object implements SdkPojo, Serializable, ToCopyableBuilder<M2NonManagedApplicationStepInput.Builder,M2NonManagedApplicationStepInput>
Specifies the AWS Mainframe Modernization non-managed application step input.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceM2NonManagedApplicationStepInput.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description M2NonManagedActionTypeactionType()The action type of the AWS Mainframe Modernization non-managed application step input.StringactionTypeAsString()The action type of the AWS Mainframe Modernization non-managed application step input.static M2NonManagedApplicationStepInput.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()IntegerlistenerPort()The listener port of the AWS Mainframe Modernization non-managed application step input.M2NonManagedRuntimeruntime()The runtime of the AWS Mainframe Modernization non-managed application step input.StringruntimeAsString()The runtime of the AWS Mainframe Modernization non-managed application step input.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends M2NonManagedApplicationStepInput.Builder>serializableBuilderClass()M2NonManagedApplicationStepInput.BuildertoBuilder()StringtoString()Returns a string representation of this object.StringvpcEndpointServiceName()The VPC endpoint service name of the AWS Mainframe Modernization non-managed application step input.StringwebAppName()The web app name of the AWS Mainframe Modernization non-managed application step input.-
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
-
vpcEndpointServiceName
public final String vpcEndpointServiceName()
The VPC endpoint service name of the AWS Mainframe Modernization non-managed application step input.
- Returns:
- The VPC endpoint service name of the AWS Mainframe Modernization non-managed application step input.
-
listenerPort
public final Integer listenerPort()
The listener port of the AWS Mainframe Modernization non-managed application step input.
- Returns:
- The listener port of the AWS Mainframe Modernization non-managed application step input.
-
runtime
public final M2NonManagedRuntime runtime()
The runtime of the AWS Mainframe Modernization non-managed application step input.
If the service returns an enum value that is not available in the current SDK version,
runtimewill returnM2NonManagedRuntime.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromruntimeAsString().- Returns:
- The runtime of the AWS Mainframe Modernization non-managed application step input.
- See Also:
M2NonManagedRuntime
-
runtimeAsString
public final String runtimeAsString()
The runtime of the AWS Mainframe Modernization non-managed application step input.
If the service returns an enum value that is not available in the current SDK version,
runtimewill returnM2NonManagedRuntime.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromruntimeAsString().- Returns:
- The runtime of the AWS Mainframe Modernization non-managed application step input.
- See Also:
M2NonManagedRuntime
-
webAppName
public final String webAppName()
The web app name of the AWS Mainframe Modernization non-managed application step input.
- Returns:
- The web app name of the AWS Mainframe Modernization non-managed application step input.
-
actionType
public final M2NonManagedActionType actionType()
The action type of the AWS Mainframe Modernization non-managed application step input.
If the service returns an enum value that is not available in the current SDK version,
actionTypewill returnM2NonManagedActionType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromactionTypeAsString().- Returns:
- The action type of the AWS Mainframe Modernization non-managed application step input.
- See Also:
M2NonManagedActionType
-
actionTypeAsString
public final String actionTypeAsString()
The action type of the AWS Mainframe Modernization non-managed application step input.
If the service returns an enum value that is not available in the current SDK version,
actionTypewill returnM2NonManagedActionType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromactionTypeAsString().- Returns:
- The action type of the AWS Mainframe Modernization non-managed application step input.
- See Also:
M2NonManagedActionType
-
toBuilder
public M2NonManagedApplicationStepInput.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<M2NonManagedApplicationStepInput.Builder,M2NonManagedApplicationStepInput>
-
builder
public static M2NonManagedApplicationStepInput.Builder builder()
-
serializableBuilderClass
public static Class<? extends M2NonManagedApplicationStepInput.Builder> serializableBuilderClass()
-
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.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-