@Generated(value="software.amazon.awssdk:codegen") public final class FlowAssociationSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<FlowAssociationSummary.Builder,FlowAssociationSummary>
Information about flow associations.
| Modifier and Type | Class and Description |
|---|---|
static interface |
FlowAssociationSummary.Builder |
| Modifier and Type | Method and Description |
|---|---|
static FlowAssociationSummary.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
String |
flowId()
The identifier of the flow.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
resourceId()
The identifier of the resource.
|
ListFlowAssociationResourceType |
resourceType()
The type of resource association.
|
String |
resourceTypeAsString()
The type of resource association.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends FlowAssociationSummary.Builder> |
serializableBuilderClass() |
FlowAssociationSummary.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String resourceId()
The identifier of the resource.
public final String flowId()
The identifier of the flow.
public final ListFlowAssociationResourceType resourceType()
The type of resource association.
If the service returns an enum value that is not available in the current SDK version, resourceType will
return ListFlowAssociationResourceType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from resourceTypeAsString().
ListFlowAssociationResourceTypepublic final String resourceTypeAsString()
The type of resource association.
If the service returns an enum value that is not available in the current SDK version, resourceType will
return ListFlowAssociationResourceType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from resourceTypeAsString().
ListFlowAssociationResourceTypepublic FlowAssociationSummary.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<FlowAssociationSummary.Builder,FlowAssociationSummary>public static FlowAssociationSummary.Builder builder()
public static Class<? extends FlowAssociationSummary.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.