@Generated(value="software.amazon.awssdk:codegen") public final class DeactivateTypeRequest extends CloudFormationRequest implements ToCopyableBuilder<DeactivateTypeRequest.Builder,DeactivateTypeRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
DeactivateTypeRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
arn()
The Amazon Resource Name (ARN) for the extension, in this account and Region.
|
static DeactivateTypeRequest.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 DeactivateTypeRequest.Builder> |
serializableBuilderClass() |
DeactivateTypeRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
ThirdPartyType |
type()
The extension type.
|
String |
typeAsString()
The extension type.
|
String |
typeName()
The type name of the extension, in this account and Region.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String typeName()
The type name of the extension, in this account and Region. If you specified a type name alias when enabling the extension, use the type name alias.
Conditional: You must specify either Arn, or TypeName and Type.
Conditional: You must specify either Arn, or TypeName and Type.
public final ThirdPartyType type()
The extension type.
Conditional: You must specify either Arn, or TypeName and Type.
If the service returns an enum value that is not available in the current SDK version, type will return
ThirdPartyType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
typeAsString().
Conditional: You must specify either Arn, or TypeName and Type.
ThirdPartyTypepublic final String typeAsString()
The extension type.
Conditional: You must specify either Arn, or TypeName and Type.
If the service returns an enum value that is not available in the current SDK version, type will return
ThirdPartyType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
typeAsString().
Conditional: You must specify either Arn, or TypeName and Type.
ThirdPartyTypepublic final String arn()
The Amazon Resource Name (ARN) for the extension, in this account and Region.
Conditional: You must specify either Arn, or TypeName and Type.
Conditional: You must specify either Arn, or TypeName and Type.
public DeactivateTypeRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DeactivateTypeRequest.Builder,DeactivateTypeRequest>toBuilder in class CloudFormationRequestpublic static DeactivateTypeRequest.Builder builder()
public static Class<? extends DeactivateTypeRequest.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 © 2023. All rights reserved.