@Generated(value="software.amazon.awssdk:codegen") public final class DescribeTypeRequest extends CloudFormationRequest implements ToCopyableBuilder<DescribeTypeRequest.Builder,DescribeTypeRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
DescribeTypeRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
arn()
The Amazon Resource Name (ARN) of the extension.
|
static DescribeTypeRequest.Builder |
builder() |
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 DescribeTypeRequest.Builder> |
serializableBuilderClass() |
DescribeTypeRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
RegistryType |
type()
The kind of extension.
|
String |
typeAsString()
The kind of extension.
|
String |
typeName()
The name of the extension.
|
String |
versionId()
The ID of a specific version of the extension.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final RegistryType type()
The kind of extension.
Conditional: You must specify either TypeName and Type, or Arn.
If the service returns an enum value that is not available in the current SDK version, type will return
RegistryType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
typeAsString().
Conditional: You must specify either TypeName and Type, or Arn.
RegistryTypepublic final String typeAsString()
The kind of extension.
Conditional: You must specify either TypeName and Type, or Arn.
If the service returns an enum value that is not available in the current SDK version, type will return
RegistryType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
typeAsString().
Conditional: You must specify either TypeName and Type, or Arn.
RegistryTypepublic final String typeName()
The name of the extension.
Conditional: You must specify either TypeName and Type, or Arn.
Conditional: You must specify either TypeName and Type, or Arn.
public final String arn()
The Amazon Resource Name (ARN) of the extension.
Conditional: You must specify either TypeName and Type, or Arn.
Conditional: You must specify either TypeName and Type, or Arn.
public final String versionId()
The ID of a specific version of the extension. The version ID is the value at the end of the Amazon Resource Name (ARN) assigned to the extension version when it is registered.
If you specify a VersionId, DescribeType returns information about that specific
extension version. Otherwise, it returns information about the default extension version.
If you specify a VersionId, DescribeType returns information about that
specific extension version. Otherwise, it returns information about the default extension version.
public DescribeTypeRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DescribeTypeRequest.Builder,DescribeTypeRequest>toBuilder in class CloudFormationRequestpublic static DescribeTypeRequest.Builder builder()
public static Class<? extends DescribeTypeRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic 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 SdkRequestCopyright © 2021. All rights reserved.