Class DescribeWorkerConfigurationResponse
- java.lang.Object
-
- software.amazon.awssdk.core.SdkResponse
-
- software.amazon.awssdk.awscore.AwsResponse
-
- software.amazon.awssdk.services.kafkaconnect.model.KafkaConnectResponse
-
- software.amazon.awssdk.services.kafkaconnect.model.DescribeWorkerConfigurationResponse
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<DescribeWorkerConfigurationResponse.Builder,DescribeWorkerConfigurationResponse>
@Generated("software.amazon.awssdk:codegen") public final class DescribeWorkerConfigurationResponse extends KafkaConnectResponse implements ToCopyableBuilder<DescribeWorkerConfigurationResponse.Builder,DescribeWorkerConfigurationResponse>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceDescribeWorkerConfigurationResponse.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static DescribeWorkerConfigurationResponse.Builderbuilder()InstantcreationTime()The time that the worker configuration was created.Stringdescription()The description of the worker configuration.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()WorkerConfigurationRevisionDescriptionlatestRevision()The latest revision of the custom configuration.Stringname()The name of the worker configuration.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends DescribeWorkerConfigurationResponse.Builder>serializableBuilderClass()DescribeWorkerConfigurationResponse.BuildertoBuilder()StringtoString()Returns a string representation of this object.StringworkerConfigurationArn()The Amazon Resource Name (ARN) of the custom configuration.WorkerConfigurationStateworkerConfigurationState()The state of the worker configuration.StringworkerConfigurationStateAsString()The state of the worker configuration.-
Methods inherited from class software.amazon.awssdk.services.kafkaconnect.model.KafkaConnectResponse
responseMetadata
-
Methods inherited from class software.amazon.awssdk.core.SdkResponse
sdkHttpResponse
-
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
-
creationTime
public final Instant creationTime()
The time that the worker configuration was created.
- Returns:
- The time that the worker configuration was created.
-
description
public final String description()
The description of the worker configuration.
- Returns:
- The description of the worker configuration.
-
latestRevision
public final WorkerConfigurationRevisionDescription latestRevision()
The latest revision of the custom configuration.
- Returns:
- The latest revision of the custom configuration.
-
name
public final String name()
The name of the worker configuration.
- Returns:
- The name of the worker configuration.
-
workerConfigurationArn
public final String workerConfigurationArn()
The Amazon Resource Name (ARN) of the custom configuration.
- Returns:
- The Amazon Resource Name (ARN) of the custom configuration.
-
workerConfigurationState
public final WorkerConfigurationState workerConfigurationState()
The state of the worker configuration.
If the service returns an enum value that is not available in the current SDK version,
workerConfigurationStatewill returnWorkerConfigurationState.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromworkerConfigurationStateAsString().- Returns:
- The state of the worker configuration.
- See Also:
WorkerConfigurationState
-
workerConfigurationStateAsString
public final String workerConfigurationStateAsString()
The state of the worker configuration.
If the service returns an enum value that is not available in the current SDK version,
workerConfigurationStatewill returnWorkerConfigurationState.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromworkerConfigurationStateAsString().- Returns:
- The state of the worker configuration.
- See Also:
WorkerConfigurationState
-
toBuilder
public DescribeWorkerConfigurationResponse.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<DescribeWorkerConfigurationResponse.Builder,DescribeWorkerConfigurationResponse>- Specified by:
toBuilderin classAwsResponse
-
builder
public static DescribeWorkerConfigurationResponse.Builder builder()
-
serializableBuilderClass
public static Class<? extends DescribeWorkerConfigurationResponse.Builder> serializableBuilderClass()
-
hashCode
public final int hashCode()
- Overrides:
hashCodein classAwsResponse
-
equals
public final boolean equals(Object obj)
- Overrides:
equalsin classAwsResponse
-
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 classSdkResponse
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-