@Generated(value="software.amazon.awssdk:codegen") public final class UpdateConnectorResponse extends KafkaConnectResponse implements ToCopyableBuilder<UpdateConnectorResponse.Builder,UpdateConnectorResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
UpdateConnectorResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
static UpdateConnectorResponse.Builder |
builder() |
String |
connectorArn()
The Amazon Resource Name (ARN) of the connector.
|
ConnectorState |
connectorState()
The state of the connector.
|
String |
connectorStateAsString()
The state of the connector.
|
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 UpdateConnectorResponse.Builder> |
serializableBuilderClass() |
UpdateConnectorResponse.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.
public final ConnectorState connectorState()
The state of the connector.
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.
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 UpdateConnectorResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<UpdateConnectorResponse.Builder,UpdateConnectorResponse>toBuilder in class AwsResponsepublic static UpdateConnectorResponse.Builder builder()
public static Class<? extends UpdateConnectorResponse.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.