@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() |
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 String availabilityZone()
public String description()
public String flowArn()
public String name()
public 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 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 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 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 ListedFlow.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ListedFlow.Builder,ListedFlow>public static ListedFlow.Builder builder()
public static Class<? extends ListedFlow.Builder> serializableBuilderClass()
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
Copyright © 2020. All rights reserved.