Class FlowAssociationSummary
- java.lang.Object
-
- software.amazon.awssdk.services.connect.model.FlowAssociationSummary
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<FlowAssociationSummary.Builder,FlowAssociationSummary>
@Generated("software.amazon.awssdk:codegen") public final class FlowAssociationSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<FlowAssociationSummary.Builder,FlowAssociationSummary>
Information about flow associations.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceFlowAssociationSummary.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static FlowAssociationSummary.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)StringflowId()The identifier of the flow.<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringresourceId()The identifier of the resource.ListFlowAssociationResourceTyperesourceType()The type of resource association.StringresourceTypeAsString()The type of resource association.List<SdkField<?>>sdkFields()static Class<? extends FlowAssociationSummary.Builder>serializableBuilderClass()FlowAssociationSummary.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
resourceId
public final String resourceId()
The identifier of the resource.
- Returns:
- The identifier of the resource.
-
flowId
public final String flowId()
The identifier of the flow.
- Returns:
- The identifier of the flow.
-
resourceType
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,
resourceTypewill returnListFlowAssociationResourceType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromresourceTypeAsString().- Returns:
- The type of resource association.
- See Also:
ListFlowAssociationResourceType
-
resourceTypeAsString
public final String resourceTypeAsString()
The type of resource association.
If the service returns an enum value that is not available in the current SDK version,
resourceTypewill returnListFlowAssociationResourceType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromresourceTypeAsString().- Returns:
- The type of resource association.
- See Also:
ListFlowAssociationResourceType
-
toBuilder
public FlowAssociationSummary.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<FlowAssociationSummary.Builder,FlowAssociationSummary>
-
builder
public static FlowAssociationSummary.Builder builder()
-
serializableBuilderClass
public static Class<? extends FlowAssociationSummary.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-