@Generated(value="software.amazon.awssdk:codegen") public final class PublishTypeRequest extends CloudFormationRequest implements ToCopyableBuilder<PublishTypeRequest.Builder,PublishTypeRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
PublishTypeRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
arn()
The Amazon Resource Number (ARN) of the extension.
|
static PublishTypeRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
publicVersionNumber()
The version number to assign to this version of the extension.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends PublishTypeRequest.Builder> |
serializableBuilderClass() |
PublishTypeRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
ThirdPartyType |
type()
The type of the extension.
|
String |
typeAsString()
The type of the extension.
|
String |
typeName()
The name of the extension.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final ThirdPartyType type()
The type of the extension.
Conditional: You must specify 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 Arn, or TypeName and Type.
ThirdPartyTypepublic final String typeAsString()
The type of the extension.
Conditional: You must specify 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 Arn, or TypeName and Type.
ThirdPartyTypepublic final String arn()
The Amazon Resource Number (ARN) of the extension.
Conditional: You must specify Arn, or TypeName and Type.
Conditional: You must specify Arn, or TypeName and Type.
public final String typeName()
The name of the extension.
Conditional: You must specify Arn, or TypeName and Type.
Conditional: You must specify Arn, or TypeName and Type.
public final String 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.PATCH
For more information, see Semantic Versioning 2.0.0.
If you do not specify a version number, CloudFormation increments the version number by one minor version release.
The first time you publish a type, CloudFormation sets the version number to 1.0.0, regardless of
the value you specify.
Use the following format, and adhere to semantic versioning when assigning a version number to your extension:
MAJOR.MINOR.PATCH
For more information, see Semantic Versioning 2.0.0.
If you do not specify a version number, CloudFormation increments the version number by one minor version release.
The first time you publish a type, CloudFormation sets the version number to 1.0.0,
regardless of the value you specify.
public PublishTypeRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<PublishTypeRequest.Builder,PublishTypeRequest>toBuilder in class CloudFormationRequestpublic static PublishTypeRequest.Builder builder()
public static Class<? extends PublishTypeRequest.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 © 2021. All rights reserved.