@Generated(value="software.amazon.awssdk:codegen") public final class ListWorkflowsRequest extends MigrationHubOrchestratorRequest implements ToCopyableBuilder<ListWorkflowsRequest.Builder,ListWorkflowsRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ListWorkflowsRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
adsApplicationConfigurationName()
The name of the application configured in Application Discovery Service.
|
static ListWorkflowsRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Integer |
maxResults()
The maximum number of results that can be returned.
|
String |
name()
The name of the migration workflow.
|
String |
nextToken()
The pagination token.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ListWorkflowsRequest.Builder> |
serializableBuilderClass() |
MigrationWorkflowStatusEnum |
status()
The status of the migration workflow.
|
String |
statusAsString()
The status of the migration workflow.
|
String |
templateId()
The ID of the template.
|
ListWorkflowsRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Integer maxResults()
The maximum number of results that can be returned.
public final String nextToken()
The pagination token.
public final String templateId()
The ID of the template.
public final String adsApplicationConfigurationName()
The name of the application configured in Application Discovery Service.
public final MigrationWorkflowStatusEnum status()
The status of the migration workflow.
If the service returns an enum value that is not available in the current SDK version, status will
return MigrationWorkflowStatusEnum.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from statusAsString().
MigrationWorkflowStatusEnumpublic final String statusAsString()
The status of the migration workflow.
If the service returns an enum value that is not available in the current SDK version, status will
return MigrationWorkflowStatusEnum.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from statusAsString().
MigrationWorkflowStatusEnumpublic final String name()
The name of the migration workflow.
public ListWorkflowsRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ListWorkflowsRequest.Builder,ListWorkflowsRequest>toBuilder in class MigrationHubOrchestratorRequestpublic static ListWorkflowsRequest.Builder builder()
public static Class<? extends ListWorkflowsRequest.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.