@Generated(value="software.amazon.awssdk:codegen") public final class DeleteConnectorProfileRequest extends AppflowRequest implements ToCopyableBuilder<DeleteConnectorProfileRequest.Builder,DeleteConnectorProfileRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
DeleteConnectorProfileRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static DeleteConnectorProfileRequest.Builder |
builder() |
String |
connectorProfileName()
The name of the connector profile.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
Boolean |
forceDelete()
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) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends DeleteConnectorProfileRequest.Builder> |
serializableBuilderClass() |
DeleteConnectorProfileRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String connectorProfileName()
The name of the connector profile. The name is unique for each ConnectorProfile in your account.
ConnectorProfile in your
account.public final Boolean forceDelete()
Indicates whether Amazon AppFlow should delete the profile, even if it is currently in use in one or more flows.
public DeleteConnectorProfileRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DeleteConnectorProfileRequest.Builder,DeleteConnectorProfileRequest>toBuilder in class AppflowRequestpublic static DeleteConnectorProfileRequest.Builder builder()
public static Class<? extends DeleteConnectorProfileRequest.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 © 2023. All rights reserved.