@Generated(value="software.amazon.awssdk:codegen") public final class ListedFlow extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ListedFlow.Builder,ListedFlow>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ListedFlow.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
availabilityZone()
The Availability Zone that the flow was created in.
|
static ListedFlow.Builder |
builder() |
String |
description()
A description of the flow.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
String |
flowArn()
The ARN of the flow.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Maintenance |
maintenance()
Returns the value of the Maintenance property for this object.
|
String |
name()
The name of the flow.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ListedFlow.Builder> |
serializableBuilderClass() |
SourceType |
sourceType()
The type of source.
|
String |
sourceTypeAsString()
The type of source.
|
Status |
status()
The current status of the flow.
|
String |
statusAsString()
The current status of the flow.
|
ListedFlow.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String availabilityZone()
public final String description()
public final String flowArn()
public final String name()
public final SourceType sourceType()
If the service returns an enum value that is not available in the current SDK version, sourceType will
return SourceType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
sourceTypeAsString().
SourceTypepublic final String sourceTypeAsString()
If the service returns an enum value that is not available in the current SDK version, sourceType will
return SourceType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
sourceTypeAsString().
SourceTypepublic final Status status()
If the service returns an enum value that is not available in the current SDK version, status will
return Status.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
statusAsString().
Statuspublic final String statusAsString()
If the service returns an enum value that is not available in the current SDK version, status will
return Status.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
statusAsString().
Statuspublic final Maintenance maintenance()
public ListedFlow.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ListedFlow.Builder,ListedFlow>public static ListedFlow.Builder builder()
public static Class<? extends ListedFlow.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.