@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 type 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 type registration request.
|
String |
progressStatusAsString()
The current status of the type 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 type being registered.
|
String |
typeVersionArn()
The Amazon Resource Name (ARN) of this specific version of the type being registered.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic RegistrationStatus progressStatus()
The current status of the type 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 String progressStatusAsString()
The current status of the type 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 String description()
The description of the type registration request.
public String typeArn()
The Amazon Resource Name (ARN) of the type 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 String typeVersionArn()
The Amazon Resource Name (ARN) of this specific version of the type 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 int hashCode()
hashCode in class AwsResponsepublic boolean equals(Object obj)
equals in class AwsResponsepublic boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkResponseCopyright © 2020. All rights reserved.