@Generated(value="software.amazon.awssdk:codegen") public final class DescribeConnectorEntityRequest extends AppflowRequest implements ToCopyableBuilder<DescribeConnectorEntityRequest.Builder,DescribeConnectorEntityRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
DescribeConnectorEntityRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
apiVersion()
The version of the API that's used by the connector.
|
static DescribeConnectorEntityRequest.Builder |
builder() |
String |
connectorEntityName()
The entity name for that connector.
|
String |
connectorProfileName()
The name of the connector profile.
|
ConnectorType |
connectorType()
The type of connector application, such as Salesforce, Amplitude, and so on.
|
String |
connectorTypeAsString()
The type of connector application, such as Salesforce, Amplitude, and so on.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends DescribeConnectorEntityRequest.Builder> |
serializableBuilderClass() |
DescribeConnectorEntityRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String connectorEntityName()
The entity name for that connector.
public final ConnectorType connectorType()
The type of connector application, such as Salesforce, Amplitude, and so on.
If the service returns an enum value that is not available in the current SDK version, connectorType
will return ConnectorType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
connectorTypeAsString().
ConnectorTypepublic final String connectorTypeAsString()
The type of connector application, such as Salesforce, Amplitude, and so on.
If the service returns an enum value that is not available in the current SDK version, connectorType
will return ConnectorType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
connectorTypeAsString().
ConnectorTypepublic final String connectorProfileName()
The name of the connector profile. The name is unique for each ConnectorProfile in the Amazon Web
Services account.
ConnectorProfile in the
Amazon Web Services account.public final String apiVersion()
The version of the API that's used by the connector.
public DescribeConnectorEntityRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DescribeConnectorEntityRequest.Builder,DescribeConnectorEntityRequest>toBuilder in class AppflowRequestpublic static DescribeConnectorEntityRequest.Builder builder()
public static Class<? extends DescribeConnectorEntityRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2022. All rights reserved.