@Generated(value="software.amazon.awssdk:codegen") public final class DescribeTypeRegistrationResponse extends CloudFormationResponse implements ToCopyableBuilder<DescribeTypeRegistrationResponse.Builder,DescribeTypeRegistrationResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
DescribeTypeRegistrationResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
static DescribeTypeRegistrationResponse.Builder |
builder() |
String |
description()
The description of the extension registration request.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
RegistrationStatus |
progressStatus()
The current status of the extension registration request.
|
String |
progressStatusAsString()
The current status of the extension registration request.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends DescribeTypeRegistrationResponse.Builder> |
serializableBuilderClass() |
DescribeTypeRegistrationResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
typeArn()
The Amazon Resource Name (ARN) of the extension being registered.
|
String |
typeVersionArn()
The Amazon Resource Name (ARN) of this specific version of the extension being registered.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final RegistrationStatus progressStatus()
The current status of the extension registration request.
If the service returns an enum value that is not available in the current SDK version, progressStatus
will return RegistrationStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from progressStatusAsString().
RegistrationStatuspublic final String progressStatusAsString()
The current status of the extension registration request.
If the service returns an enum value that is not available in the current SDK version, progressStatus
will return RegistrationStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from progressStatusAsString().
RegistrationStatuspublic final String description()
The description of the extension registration request.
public final String typeArn()
The Amazon Resource Name (ARN) of the extension being registered.
For registration requests with a ProgressStatus of other than COMPLETE, this will be
null.
For registration requests with a ProgressStatus of other than COMPLETE, this
will be null.
public final String typeVersionArn()
The Amazon Resource Name (ARN) of this specific version of the extension being registered.
For registration requests with a ProgressStatus of other than COMPLETE, this will be
null.
For registration requests with a ProgressStatus of other than COMPLETE, this
will be null.
public DescribeTypeRegistrationResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DescribeTypeRegistrationResponse.Builder,DescribeTypeRegistrationResponse>toBuilder in class AwsResponsepublic static DescribeTypeRegistrationResponse.Builder builder()
public static Class<? extends DescribeTypeRegistrationResponse.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.