Class SetTypeConfigurationRequest
- 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.SetTypeConfigurationRequest
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<SetTypeConfigurationRequest.Builder,SetTypeConfigurationRequest>
@Generated("software.amazon.awssdk:codegen") public final class SetTypeConfigurationRequest extends CloudFormationRequest implements ToCopyableBuilder<SetTypeConfigurationRequest.Builder,SetTypeConfigurationRequest>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceSetTypeConfigurationRequest.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static SetTypeConfigurationRequest.Builderbuilder()Stringconfiguration()The configuration data for the extension in this account and Region.StringconfigurationAlias()An alias by which to refer to this extension configuration data.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 SetTypeConfigurationRequest.Builder>serializableBuilderClass()SetTypeConfigurationRequest.BuildertoBuilder()StringtoString()Returns a string representation of this object.ThirdPartyTypetype()The type of extension.StringtypeArn()The Amazon Resource Name (ARN) for the extension in this account and Region.StringtypeAsString()The type of extension.StringtypeName()The name of the extension.-
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
-
typeArn
public final String typeArn()
The Amazon Resource Name (ARN) for the extension in this account and Region.
For public extensions, this will be the ARN assigned when you call the ActivateType API operation in this account and Region. For private extensions, this will be the ARN assigned when you call the RegisterType API operation in this account and Region.
Do not include the extension versions suffix at the end of the ARN. You can set the configuration for an extension, but not for a specific extension version.
- Returns:
- The Amazon Resource Name (ARN) for the extension in this account and Region.
For public extensions, this will be the ARN assigned when you call the ActivateType API operation in this account and Region. For private extensions, this will be the ARN assigned when you call the RegisterType API operation in this account and Region.
Do not include the extension versions suffix at the end of the ARN. You can set the configuration for an extension, but not for a specific extension version.
-
configuration
public final String configuration()
The configuration data for the extension in this account and Region.
The configuration data must be formatted as JSON and validate against the extension's schema returned in the
Schemaresponse element of DescribeType.- Returns:
- The configuration data for the extension in this account and Region.
The configuration data must be formatted as JSON and validate against the extension's schema returned in the
Schemaresponse element of DescribeType.
-
configurationAlias
public final String configurationAlias()
An alias by which to refer to this extension configuration data.
Conditional: Specifying a configuration alias is required when setting a configuration for a resource type extension.
- Returns:
- An alias by which to refer to this extension configuration data.
Conditional: Specifying a configuration alias is required when setting a configuration for a resource type extension.
-
typeName
public final String typeName()
The name of the extension.
Conditional: You must specify
ConfigurationArn, orTypeandTypeName.- Returns:
- The name of the extension.
Conditional: You must specify
ConfigurationArn, orTypeandTypeName.
-
type
public final ThirdPartyType type()
The type of extension.
Conditional: You must specify
ConfigurationArn, orTypeandTypeName.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 type of extension.
Conditional: You must specify
ConfigurationArn, orTypeandTypeName. - See Also:
ThirdPartyType
-
typeAsString
public final String typeAsString()
The type of extension.
Conditional: You must specify
ConfigurationArn, orTypeandTypeName.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 type of extension.
Conditional: You must specify
ConfigurationArn, orTypeandTypeName. - See Also:
ThirdPartyType
-
toBuilder
public SetTypeConfigurationRequest.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<SetTypeConfigurationRequest.Builder,SetTypeConfigurationRequest>- Specified by:
toBuilderin classCloudFormationRequest
-
builder
public static SetTypeConfigurationRequest.Builder builder()
-
serializableBuilderClass
public static Class<? extends SetTypeConfigurationRequest.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
-
-