@Generated(value="software.amazon.awssdk:codegen") public final class NotifyTerminateProvisionedProductEngineWorkflowResultRequest extends ServiceCatalogRequest implements ToCopyableBuilder<NotifyTerminateProvisionedProductEngineWorkflowResultRequest.Builder,NotifyTerminateProvisionedProductEngineWorkflowResultRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
NotifyTerminateProvisionedProductEngineWorkflowResultRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static NotifyTerminateProvisionedProductEngineWorkflowResultRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
String |
failureReason()
The reason why the terminate engine execution failed.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
idempotencyToken()
The idempotency token that identifies the terminate engine execution.
|
String |
recordId()
The identifier of the record.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends NotifyTerminateProvisionedProductEngineWorkflowResultRequest.Builder> |
serializableBuilderClass() |
EngineWorkflowStatus |
status()
The status of the terminate engine execution.
|
String |
statusAsString()
The status of the terminate engine execution.
|
NotifyTerminateProvisionedProductEngineWorkflowResultRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
workflowToken()
The encrypted contents of the terminate engine execution payload that Service Catalog sends after the Terraform
product terminate workflow starts.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String workflowToken()
The encrypted contents of the terminate engine execution payload that Service Catalog sends after the Terraform product terminate workflow starts.
public final String recordId()
The identifier of the record.
public final EngineWorkflowStatus status()
The status of the terminate engine execution.
If the service returns an enum value that is not available in the current SDK version, status will
return EngineWorkflowStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from statusAsString().
EngineWorkflowStatuspublic final String statusAsString()
The status of the terminate engine execution.
If the service returns an enum value that is not available in the current SDK version, status will
return EngineWorkflowStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from statusAsString().
EngineWorkflowStatuspublic final String failureReason()
The reason why the terminate engine execution failed.
public final String idempotencyToken()
The idempotency token that identifies the terminate engine execution.
public NotifyTerminateProvisionedProductEngineWorkflowResultRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<NotifyTerminateProvisionedProductEngineWorkflowResultRequest.Builder,NotifyTerminateProvisionedProductEngineWorkflowResultRequest>toBuilder in class ServiceCatalogRequestpublic static NotifyTerminateProvisionedProductEngineWorkflowResultRequest.Builder builder()
public static Class<? extends NotifyTerminateProvisionedProductEngineWorkflowResultRequest.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.