Class ConnectorEntity
- java.lang.Object
-
- software.amazon.awssdk.services.appflow.model.ConnectorEntity
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<ConnectorEntity.Builder,ConnectorEntity>
@Generated("software.amazon.awssdk:codegen") public final class ConnectorEntity extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ConnectorEntity.Builder,ConnectorEntity>
The high-level entity that can be queried in Amazon AppFlow. For example, a Salesforce entity might be an Account or Opportunity, whereas a ServiceNow entity might be an Incident.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceConnectorEntity.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ConnectorEntity.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()BooleanhasNestedEntities()Specifies whether the connector entity is a parent or a category and has more entities nested underneath it.Stringlabel()The label applied to the connector entity.Stringname()The name of the connector entity.List<SdkField<?>>sdkFields()static Class<? extends ConnectorEntity.Builder>serializableBuilderClass()ConnectorEntity.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
-
name
public final String name()
The name of the connector entity.
- Returns:
- The name of the connector entity.
-
label
public final String label()
The label applied to the connector entity.
- Returns:
- The label applied to the connector entity.
-
hasNestedEntities
public final Boolean hasNestedEntities()
Specifies whether the connector entity is a parent or a category and has more entities nested underneath it. If another call is made with
entitiesPath = "the_current_entity_name_with_hasNestedEntities_true", then it returns the nested entities underneath it. This provides a way to retrieve all supported entities in a recursive fashion.- Returns:
- Specifies whether the connector entity is a parent or a category and has more entities nested underneath
it. If another call is made with
entitiesPath = "the_current_entity_name_with_hasNestedEntities_true", then it returns the nested entities underneath it. This provides a way to retrieve all supported entities in a recursive fashion.
-
toBuilder
public ConnectorEntity.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ConnectorEntity.Builder,ConnectorEntity>
-
builder
public static ConnectorEntity.Builder builder()
-
serializableBuilderClass
public static Class<? extends ConnectorEntity.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.
-
-