Class PublishTypeRequest
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<PublishTypeRequest.Builder,PublishTypeRequest>
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionfinal Stringarn()The Amazon Resource Name (ARN) of the extension.static PublishTypeRequest.Builderbuilder()final booleanfinal booleanequalsBySdkFields(Object obj) final <T> Optional<T>getValueForField(String fieldName, Class<T> clazz) final inthashCode()final StringThe version number to assign to this version of the extension.static Class<? extends PublishTypeRequest.Builder>final StringtoString()Returns a string representation of this object.final ThirdPartyTypetype()The type of the extension.final StringThe type of the extension.final StringtypeName()The name of the extension.Methods inherited from class software.amazon.awssdk.awscore.AwsRequest
overrideConfigurationMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
Method Details
-
type
The type of the extension.
Conditional: You must specify
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 type of the extension.
Conditional: You must specify
Arn, orTypeNameandType. - See Also:
-
typeAsString
The type of the extension.
Conditional: You must specify
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 type of the extension.
Conditional: You must specify
Arn, orTypeNameandType. - See Also:
-
arn
The Amazon Resource Name (ARN) of the extension.
Conditional: You must specify
Arn, orTypeNameandType.- Returns:
- The Amazon Resource Name (ARN) of the extension.
Conditional: You must specify
Arn, orTypeNameandType.
-
typeName
The name of the extension.
Conditional: You must specify
Arn, orTypeNameandType.- Returns:
- The name of the extension.
Conditional: You must specify
Arn, orTypeNameandType.
-
publicVersionNumber
The version number to assign to this version of the extension.
Use the following format, and adhere to semantic versioning when assigning a version number to your extension:
MAJOR.MINOR.PATCHFor more information, see Semantic Versioning 2.0.0.
If you don't specify a version number, CloudFormation increments the version number by one minor version release.
You cannot specify a version number the first time you publish a type. CloudFormation automatically sets the first version number to be
1.0.0.- Returns:
- The version number to assign to this version of the extension.
Use the following format, and adhere to semantic versioning when assigning a version number to your extension:
MAJOR.MINOR.PATCHFor more information, see Semantic Versioning 2.0.0.
If you don't specify a version number, CloudFormation increments the version number by one minor version release.
You cannot specify a version number the first time you publish a type. CloudFormation automatically sets the first version number to be
1.0.0.
-
toBuilder
- Specified by:
toBuilderin interfaceToCopyableBuilder<PublishTypeRequest.Builder,PublishTypeRequest> - Specified by:
toBuilderin classCloudFormationRequest
-
builder
-
serializableBuilderClass
-
hashCode
public final int hashCode()- Overrides:
hashCodein classAwsRequest
-
equals
- Overrides:
equalsin classAwsRequest
-
equalsBySdkFields
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
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
- Overrides:
getValueForFieldin classSdkRequest
-
sdkFields
-
sdkFieldNameToField
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-