@Generated(value="software.amazon.awssdk:codegen") public final class PutSourceServerActionResponse extends MgnResponse implements ToCopyableBuilder<PutSourceServerActionResponse.Builder,PutSourceServerActionResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
PutSourceServerActionResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
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 PutSourceServerActionResponse.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 PutSourceServerActionResponse.Builder> |
serializableBuilderClass() |
Integer |
timeoutSeconds()
Source server post migration custom action timeout in seconds.
|
PutSourceServerActionResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic 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 Integer timeoutSeconds()
Source server post migration custom action timeout in seconds.
public PutSourceServerActionResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<PutSourceServerActionResponse.Builder,PutSourceServerActionResponse>toBuilder in class AwsResponsepublic static PutSourceServerActionResponse.Builder builder()
public static Class<? extends PutSourceServerActionResponse.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsResponsepublic final boolean equals(Object obj)
equals in class AwsResponsepublic 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 SdkResponseCopyright © 2023. All rights reserved.