Class DeactivateTypeRequest
- java.lang.Object
-
- software.amazon.awssdk.core.SdkRequest
-
- software.amazon.awssdk.awscore.AwsRequest
-
- software.amazon.awssdk.services.cloudformation.model.CloudFormationRequest
-
- software.amazon.awssdk.services.cloudformation.model.DeactivateTypeRequest
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<DeactivateTypeRequest.Builder,DeactivateTypeRequest>
@Generated("software.amazon.awssdk:codegen") public final class DeactivateTypeRequest extends CloudFormationRequest implements ToCopyableBuilder<DeactivateTypeRequest.Builder,DeactivateTypeRequest>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceDeactivateTypeRequest.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringarn()The Amazon Resource Name (ARN) for the extension, in this account and Region.static DeactivateTypeRequest.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends DeactivateTypeRequest.Builder>serializableBuilderClass()DeactivateTypeRequest.BuildertoBuilder()StringtoString()Returns a string representation of this object.ThirdPartyTypetype()The extension type.StringtypeAsString()The extension type.StringtypeName()The type name of the extension, in this account and Region.-
Methods inherited from class software.amazon.awssdk.awscore.AwsRequest
overrideConfiguration
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
typeName
public 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, orTypeNameandType.- Returns:
- 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, orTypeNameandType.
-
type
public final ThirdPartyType type()
The extension type.
Conditional: You must specify either
Arn, orTypeNameandType.If the service returns an enum value that is not available in the current SDK version,
typewill returnThirdPartyType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromtypeAsString().- Returns:
- The extension type.
Conditional: You must specify either
Arn, orTypeNameandType. - See Also:
ThirdPartyType
-
typeAsString
public final String typeAsString()
The extension type.
Conditional: You must specify either
Arn, orTypeNameandType.If the service returns an enum value that is not available in the current SDK version,
typewill returnThirdPartyType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromtypeAsString().- Returns:
- The extension type.
Conditional: You must specify either
Arn, orTypeNameandType. - See Also:
ThirdPartyType
-
arn
public final String arn()
The Amazon Resource Name (ARN) for the extension, in this account and Region.
Conditional: You must specify either
Arn, orTypeNameandType.- Returns:
- The Amazon Resource Name (ARN) for the extension, in this account and Region.
Conditional: You must specify either
Arn, orTypeNameandType.
-
toBuilder
public DeactivateTypeRequest.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<DeactivateTypeRequest.Builder,DeactivateTypeRequest>- Specified by:
toBuilderin classCloudFormationRequest
-
builder
public static DeactivateTypeRequest.Builder builder()
-
serializableBuilderClass
public static Class<? extends DeactivateTypeRequest.Builder> serializableBuilderClass()
-
hashCode
public final int hashCode()
- Overrides:
hashCodein classAwsRequest
-
equals
public final boolean equals(Object obj)
- Overrides:
equalsin classAwsRequest
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
getValueForField
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
- Overrides:
getValueForFieldin classSdkRequest
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-