@Generated(value="software.amazon.awssdk:codegen") public final class DescribeConfigurationRevisionResponse extends KafkaResponse implements ToCopyableBuilder<DescribeConfigurationRevisionResponse.Builder,DescribeConfigurationRevisionResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
DescribeConfigurationRevisionResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
arn()
The Amazon Resource Name (ARN) of the configuration.
|
static DescribeConfigurationRevisionResponse.Builder |
builder() |
Instant |
creationTime()
The time when the configuration was created.
|
String |
description()
The description of the configuration.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Long |
revision()
The revision number.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends DescribeConfigurationRevisionResponse.Builder> |
serializableBuilderClass() |
SdkBytes |
serverProperties()
Contents of the
|
DescribeConfigurationRevisionResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String arn()
The Amazon Resource Name (ARN) of the configuration.
The Amazon Resource Name (ARN) of the configuration.
public final Instant creationTime()
The time when the configuration was created.
The time when the configuration was created.
public final String description()
The description of the configuration.
The description of the configuration.
public final Long revision()
The revision number.
The revision number.
public final SdkBytes serverProperties()
Contents of the
Contents of the
public DescribeConfigurationRevisionResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DescribeConfigurationRevisionResponse.Builder,DescribeConfigurationRevisionResponse>toBuilder in class AwsResponsepublic static DescribeConfigurationRevisionResponse.Builder builder()
public static Class<? extends DescribeConfigurationRevisionResponse.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.