@Generated(value="software.amazon.awssdk:codegen") public final class SetTypeDefaultVersionRequest extends CloudFormationRequest implements ToCopyableBuilder<SetTypeDefaultVersionRequest.Builder,SetTypeDefaultVersionRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
SetTypeDefaultVersionRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
arn()
The Amazon Resource Name (ARN) of the type for which you want version summary information.
|
static SetTypeDefaultVersionRequest.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 SetTypeDefaultVersionRequest.Builder> |
serializableBuilderClass() |
SetTypeDefaultVersionRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
RegistryType |
type()
The kind of type.
|
String |
typeAsString()
The kind of type.
|
String |
typeName()
The name of the type.
|
String |
versionId()
The ID of a specific version of the type.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String arn()
The Amazon Resource Name (ARN) of the type for which you want version summary information.
Conditional: You must specify either TypeName and Type, or Arn.
Conditional: You must specify either TypeName and Type, or Arn.
public RegistryType type()
The kind of type.
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 String typeAsString()
The kind of type.
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 String typeName()
The name of the type.
Conditional: You must specify either TypeName and Type, or Arn.
Conditional: You must specify either TypeName and Type, or Arn.
public String versionId()
The ID of a specific version of the type. The version ID is the value at the end of the Amazon Resource Name (ARN) assigned to the type version when it is registered.
public SetTypeDefaultVersionRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<SetTypeDefaultVersionRequest.Builder,SetTypeDefaultVersionRequest>toBuilder in class CloudFormationRequestpublic static SetTypeDefaultVersionRequest.Builder builder()
public static Class<? extends SetTypeDefaultVersionRequest.Builder> serializableBuilderClass()
public int hashCode()
hashCode in class AwsRequestpublic boolean equals(Object obj)
equals in class AwsRequestpublic boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2020. All rights reserved.