Class M2NonManagedApplicationAction
- java.lang.Object
-
- software.amazon.awssdk.services.apptest.model.M2NonManagedApplicationAction
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<M2NonManagedApplicationAction.Builder,M2NonManagedApplicationAction>
@Generated("software.amazon.awssdk:codegen") public final class M2NonManagedApplicationAction extends Object implements SdkPojo, Serializable, ToCopyableBuilder<M2NonManagedApplicationAction.Builder,M2NonManagedApplicationAction>
Specifies the AWS Mainframe Modernization non-managed application action.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceM2NonManagedApplicationAction.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 action.StringactionTypeAsString()The action type of the AWS Mainframe Modernization non-managed application action.static M2NonManagedApplicationAction.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Stringresource()The resource of the AWS Mainframe Modernization non-managed application action.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends M2NonManagedApplicationAction.Builder>serializableBuilderClass()M2NonManagedApplicationAction.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
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
-
resource
public final String resource()
The resource of the AWS Mainframe Modernization non-managed application action.
- Returns:
- The resource of the AWS Mainframe Modernization non-managed application action.
-
actionType
public final M2NonManagedActionType actionType()
The action type of the AWS Mainframe Modernization non-managed application action.
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 action.
- See Also:
M2NonManagedActionType
-
actionTypeAsString
public final String actionTypeAsString()
The action type of the AWS Mainframe Modernization non-managed application action.
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 action.
- See Also:
M2NonManagedActionType
-
toBuilder
public M2NonManagedApplicationAction.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<M2NonManagedApplicationAction.Builder,M2NonManagedApplicationAction>
-
builder
public static M2NonManagedApplicationAction.Builder builder()
-
serializableBuilderClass
public static Class<? extends M2NonManagedApplicationAction.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
-
-