@Generated(value="software.amazon.awssdk:codegen") public final class TemplateActionDocument extends Object implements SdkPojo, Serializable, ToCopyableBuilder<TemplateActionDocument.Builder,TemplateActionDocument>
| Modifier and Type | Class and Description |
|---|---|
static interface |
TemplateActionDocument.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
actionID()
Template post migration custom action ID.
|
String |
actionName()
Template post migration custom action name.
|
Boolean |
active()
Template post migration custom action active status.
|
static TemplateActionDocument.Builder |
builder() |
ActionCategory |
category()
Template post migration custom action category.
|
String |
categoryAsString()
Template post migration custom action category.
|
String |
description()
Template post migration custom action description.
|
String |
documentIdentifier()
Template post migration custom action document identifier.
|
String |
documentVersion()
Template post migration custom action document version.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
Map<String,SsmExternalParameter> |
externalParameters()
Template post migration custom action external parameters.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
boolean |
hasExternalParameters()
For responses, this returns true if the service returned a value for the ExternalParameters property.
|
int |
hashCode() |
boolean |
hasParameters()
For responses, this returns true if the service returned a value for the Parameters property.
|
Boolean |
mustSucceedForCutover()
Template post migration custom action must succeed for cutover.
|
String |
operatingSystem()
Operating system eligible for this template post migration custom action.
|
Integer |
order()
Template post migration custom action order.
|
Map<String,List<SsmParameterStoreParameter>> |
parameters()
Template post migration custom action parameters.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends TemplateActionDocument.Builder> |
serializableBuilderClass() |
Integer |
timeoutSeconds()
Template post migration custom action timeout in seconds.
|
TemplateActionDocument.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String actionID()
Template post migration custom action ID.
public final String actionName()
Template post migration custom action name.
public final Boolean active()
Template post migration custom action active status.
public final ActionCategory category()
Template post migration custom action category.
If the service returns an enum value that is not available in the current SDK version, category will
return ActionCategory.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
categoryAsString().
ActionCategorypublic final String categoryAsString()
Template post migration custom action category.
If the service returns an enum value that is not available in the current SDK version, category will
return ActionCategory.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
categoryAsString().
ActionCategorypublic final String description()
Template post migration custom action description.
public final String documentIdentifier()
Template post migration custom action document identifier.
public final String documentVersion()
Template post migration custom action document version.
public final boolean hasExternalParameters()
isEmpty() method on the property).
This is useful because the SDK will never return a null collection or map, but you may need to differentiate
between the service returning nothing (or null) and the service returning an empty collection or map. For
requests, this returns true if a value for the property was specified in the request builder, and false if a
value was not specified.public final Map<String,SsmExternalParameter> externalParameters()
Template post migration custom action external parameters.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that
you can differentiate between null and empty), you can use the hasExternalParameters() method.
public final Boolean mustSucceedForCutover()
Template post migration custom action must succeed for cutover.
public final String operatingSystem()
Operating system eligible for this template post migration custom action.
public final Integer order()
Template post migration custom action order.
public final boolean hasParameters()
isEmpty() method on the property). This is
useful because the SDK will never return a null collection or map, but you may need to differentiate between the
service returning nothing (or null) and the service returning an empty collection or map. For requests, this
returns true if a value for the property was specified in the request builder, and false if a value was not
specified.public final Map<String,List<SsmParameterStoreParameter>> parameters()
Template post migration custom action parameters.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that
you can differentiate between null and empty), you can use the hasParameters() method.
public final Integer timeoutSeconds()
Template post migration custom action timeout in seconds.
public TemplateActionDocument.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<TemplateActionDocument.Builder,TemplateActionDocument>public static TemplateActionDocument.Builder builder()
public static Class<? extends TemplateActionDocument.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.