@Generated(value="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.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ConnectorEntity.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ConnectorEntity.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Boolean |
hasNestedEntities()
Specifies whether the connector entity is a parent or a category and has more entities nested underneath it.
|
String |
label()
The label applied to the connector entity.
|
String |
name()
The name of the connector entity.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ConnectorEntity.Builder> |
serializableBuilderClass() |
ConnectorEntity.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String name()
The name of the connector entity.
public final String label()
The label applied to the connector entity.
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.
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.public ConnectorEntity.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ConnectorEntity.Builder,ConnectorEntity>public static ConnectorEntity.Builder builder()
public static Class<? extends ConnectorEntity.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.