@Generated(value="software.amazon.awssdk:codegen") public final class DeleteConnectorResponse extends KafkaConnectResponse implements ToCopyableBuilder<DeleteConnectorResponse.Builder,DeleteConnectorResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
DeleteConnectorResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
static DeleteConnectorResponse.Builder |
builder() |
String |
connectorArn()
The Amazon Resource Name (ARN) of the connector that you requested to delete.
|
ConnectorState |
connectorState()
The state of the connector that you requested to delete.
|
String |
connectorStateAsString()
The state of the connector that you requested to delete.
|
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 DeleteConnectorResponse.Builder> |
serializableBuilderClass() |
DeleteConnectorResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String connectorArn()
The Amazon Resource Name (ARN) of the connector that you requested to delete.
public final ConnectorState connectorState()
The state of the connector that you requested to delete.
If the service returns an enum value that is not available in the current SDK version, connectorState
will return ConnectorState.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from connectorStateAsString().
ConnectorStatepublic final String connectorStateAsString()
The state of the connector that you requested to delete.
If the service returns an enum value that is not available in the current SDK version, connectorState
will return ConnectorState.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from connectorStateAsString().
ConnectorStatepublic DeleteConnectorResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DeleteConnectorResponse.Builder,DeleteConnectorResponse>toBuilder in class AwsResponsepublic static DeleteConnectorResponse.Builder builder()
public static Class<? extends DeleteConnectorResponse.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsResponsepublic final boolean equals(Object obj)
equals in class AwsResponsepublic 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 SdkResponseCopyright © 2023. All rights reserved.