Class DescribeConnectorEntityRequest
- java.lang.Object
-
- software.amazon.awssdk.core.SdkRequest
-
- software.amazon.awssdk.awscore.AwsRequest
-
- software.amazon.awssdk.services.appflow.model.AppflowRequest
-
- software.amazon.awssdk.services.appflow.model.DescribeConnectorEntityRequest
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<DescribeConnectorEntityRequest.Builder,DescribeConnectorEntityRequest>
@Generated("software.amazon.awssdk:codegen") public final class DescribeConnectorEntityRequest extends AppflowRequest implements ToCopyableBuilder<DescribeConnectorEntityRequest.Builder,DescribeConnectorEntityRequest>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceDescribeConnectorEntityRequest.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringapiVersion()The version of the API that's used by the connector.static DescribeConnectorEntityRequest.Builderbuilder()StringconnectorEntityName()The entity name for that connector.StringconnectorProfileName()The name of the connector profile.ConnectorTypeconnectorType()The type of connector application, such as Salesforce, Amplitude, and so on.StringconnectorTypeAsString()The type of connector application, such as Salesforce, Amplitude, and so on.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()List<SdkField<?>>sdkFields()static Class<? extends DescribeConnectorEntityRequest.Builder>serializableBuilderClass()DescribeConnectorEntityRequest.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class software.amazon.awssdk.awscore.AwsRequest
overrideConfiguration
-
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
-
connectorEntityName
public final String connectorEntityName()
The entity name for that connector.
- Returns:
- The entity name for that connector.
-
connectorType
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,
connectorTypewill returnConnectorType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromconnectorTypeAsString().- Returns:
- The type of connector application, such as Salesforce, Amplitude, and so on.
- See Also:
ConnectorType
-
connectorTypeAsString
public 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,
connectorTypewill returnConnectorType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromconnectorTypeAsString().- Returns:
- The type of connector application, such as Salesforce, Amplitude, and so on.
- See Also:
ConnectorType
-
connectorProfileName
public final String connectorProfileName()
The name of the connector profile. The name is unique for each
ConnectorProfilein the Amazon Web Services account.- Returns:
- The name of the connector profile. The name is unique for each
ConnectorProfilein the Amazon Web Services account.
-
apiVersion
public final String apiVersion()
The version of the API that's used by the connector.
- Returns:
- The version of the API that's used by the connector.
-
toBuilder
public DescribeConnectorEntityRequest.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<DescribeConnectorEntityRequest.Builder,DescribeConnectorEntityRequest>- Specified by:
toBuilderin classAppflowRequest
-
builder
public static DescribeConnectorEntityRequest.Builder builder()
-
serializableBuilderClass
public static Class<? extends DescribeConnectorEntityRequest.Builder> serializableBuilderClass()
-
hashCode
public final int hashCode()
- Overrides:
hashCodein classAwsRequest
-
equals
public final boolean equals(Object obj)
- Overrides:
equalsin classAwsRequest
-
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.
-
getValueForField
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
- Overrides:
getValueForFieldin classSdkRequest
-
-