Class DeleteConnectorProfileRequest
- 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.DeleteConnectorProfileRequest
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<DeleteConnectorProfileRequest.Builder,DeleteConnectorProfileRequest>
@Generated("software.amazon.awssdk:codegen") public final class DeleteConnectorProfileRequest extends AppflowRequest implements ToCopyableBuilder<DeleteConnectorProfileRequest.Builder,DeleteConnectorProfileRequest>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceDeleteConnectorProfileRequest.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static DeleteConnectorProfileRequest.Builderbuilder()StringconnectorProfileName()The name of the connector profile.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)BooleanforceDelete()Indicates whether Amazon AppFlow should delete the profile, even if it is currently in use in one or more flows.<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()List<SdkField<?>>sdkFields()static Class<? extends DeleteConnectorProfileRequest.Builder>serializableBuilderClass()DeleteConnectorProfileRequest.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
-
connectorProfileName
public final String connectorProfileName()
The name of the connector profile. The name is unique for each
ConnectorProfilein your account.- Returns:
- The name of the connector profile. The name is unique for each
ConnectorProfilein your account.
-
forceDelete
public final Boolean forceDelete()
Indicates whether Amazon AppFlow should delete the profile, even if it is currently in use in one or more flows.
- Returns:
- Indicates whether Amazon AppFlow should delete the profile, even if it is currently in use in one or more flows.
-
toBuilder
public DeleteConnectorProfileRequest.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<DeleteConnectorProfileRequest.Builder,DeleteConnectorProfileRequest>- Specified by:
toBuilderin classAppflowRequest
-
builder
public static DeleteConnectorProfileRequest.Builder builder()
-
serializableBuilderClass
public static Class<? extends DeleteConnectorProfileRequest.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
-
-