@Generated(value="software.amazon.awssdk:codegen") public final class PutSourceServerActionRequest extends MgnRequest implements ToCopyableBuilder<PutSourceServerActionRequest.Builder,PutSourceServerActionRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
PutSourceServerActionRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
accountID()
Source server post migration custom account ID.
|
String |
actionID()
Source server post migration custom action ID.
|
String |
actionName()
Source server post migration custom action name.
|
Boolean |
active()
Source server post migration custom action active status.
|
static PutSourceServerActionRequest.Builder |
builder() |
ActionCategory |
category()
Source server post migration custom action category.
|
String |
categoryAsString()
Source server post migration custom action category.
|
String |
description()
Source server post migration custom action description.
|
String |
documentIdentifier()
Source server post migration custom action document identifier.
|
String |
documentVersion()
Source server post migration custom action document version.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
Map<String,SsmExternalParameter> |
externalParameters()
Source server 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()
Source server post migration custom action must succeed for cutover.
|
Integer |
order()
Source server post migration custom action order.
|
Map<String,List<SsmParameterStoreParameter>> |
parameters()
Source server post migration custom action parameters.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends PutSourceServerActionRequest.Builder> |
serializableBuilderClass() |
String |
sourceServerID()
Source server ID.
|
Integer |
timeoutSeconds()
Source server post migration custom action timeout in seconds.
|
PutSourceServerActionRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String accountID()
Source server post migration custom account ID.
public final String actionID()
Source server post migration custom action ID.
public final String actionName()
Source server post migration custom action name.
public final Boolean active()
Source server post migration custom action active status.
public final ActionCategory category()
Source server 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()
Source server 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()
Source server post migration custom action description.
public final String documentIdentifier()
Source server post migration custom action document identifier.
public final String documentVersion()
Source server 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()
Source server 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()
Source server post migration custom action must succeed for cutover.
public final Integer order()
Source server 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()
Source server 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 String sourceServerID()
Source server ID.
public final Integer timeoutSeconds()
Source server post migration custom action timeout in seconds.
public PutSourceServerActionRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<PutSourceServerActionRequest.Builder,PutSourceServerActionRequest>toBuilder in class MgnRequestpublic static PutSourceServerActionRequest.Builder builder()
public static Class<? extends PutSourceServerActionRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2023. All rights reserved.