Class M2ManagedApplication
- java.lang.Object
-
- software.amazon.awssdk.services.apptest.model.M2ManagedApplication
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<M2ManagedApplication.Builder,M2ManagedApplication>
@Generated("software.amazon.awssdk:codegen") public final class M2ManagedApplication extends Object implements SdkPojo, Serializable, ToCopyableBuilder<M2ManagedApplication.Builder,M2ManagedApplication>
Specifies the AWS Mainframe Modernization managed application.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceM2ManagedApplication.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringapplicationId()The application ID of the AWS Mainframe Modernization managed application.static M2ManagedApplication.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringlistenerPort()The listener port of the AWS Mainframe Modernization managed application.M2ManagedRuntimeruntime()The runtime of the AWS Mainframe Modernization managed application.StringruntimeAsString()The runtime of the AWS Mainframe Modernization managed application.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends M2ManagedApplication.Builder>serializableBuilderClass()M2ManagedApplication.BuildertoBuilder()StringtoString()Returns a string representation of this object.StringvpcEndpointServiceName()The VPC endpoint service name of the AWS Mainframe Modernization managed application.-
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
-
applicationId
public final String applicationId()
The application ID of the AWS Mainframe Modernization managed application.
- Returns:
- The application ID of the AWS Mainframe Modernization managed application.
-
runtime
public final M2ManagedRuntime runtime()
The runtime of the AWS Mainframe Modernization managed application.
If the service returns an enum value that is not available in the current SDK version,
runtimewill returnM2ManagedRuntime.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromruntimeAsString().- Returns:
- The runtime of the AWS Mainframe Modernization managed application.
- See Also:
M2ManagedRuntime
-
runtimeAsString
public final String runtimeAsString()
The runtime of the AWS Mainframe Modernization managed application.
If the service returns an enum value that is not available in the current SDK version,
runtimewill returnM2ManagedRuntime.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromruntimeAsString().- Returns:
- The runtime of the AWS Mainframe Modernization managed application.
- See Also:
M2ManagedRuntime
-
vpcEndpointServiceName
public final String vpcEndpointServiceName()
The VPC endpoint service name of the AWS Mainframe Modernization managed application.
- Returns:
- The VPC endpoint service name of the AWS Mainframe Modernization managed application.
-
listenerPort
public final String listenerPort()
The listener port of the AWS Mainframe Modernization managed application.
- Returns:
- The listener port of the AWS Mainframe Modernization managed application.
-
toBuilder
public M2ManagedApplication.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<M2ManagedApplication.Builder,M2ManagedApplication>
-
builder
public static M2ManagedApplication.Builder builder()
-
serializableBuilderClass
public static Class<? extends M2ManagedApplication.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
-
-