@Generated(value="software.amazon.awssdk:codegen") public final class UpdateEnvironmentTemplateVersionRequest extends ProtonRequest implements ToCopyableBuilder<UpdateEnvironmentTemplateVersionRequest.Builder,UpdateEnvironmentTemplateVersionRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
UpdateEnvironmentTemplateVersionRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static UpdateEnvironmentTemplateVersionRequest.Builder |
builder() |
String |
description()
A description of environment template version to update.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
majorVersion()
To update a major version of an environment template, include
major Version. |
String |
minorVersion()
To update a minor version of an environment template, include
minorVersion. |
List<SdkField<?>> |
sdkFields() |
static Class<? extends UpdateEnvironmentTemplateVersionRequest.Builder> |
serializableBuilderClass() |
TemplateVersionStatus |
status()
The status of the environment template minor version to update.
|
String |
statusAsString()
The status of the environment template minor version to update.
|
String |
templateName()
The name of the environment template.
|
UpdateEnvironmentTemplateVersionRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String description()
A description of environment template version to update.
public final String majorVersion()
To update a major version of an environment template, include major Version.
major Version.public final String minorVersion()
To update a minor version of an environment template, include minorVersion.
minorVersion.public final TemplateVersionStatus status()
The status of the environment template minor version to update.
If the service returns an enum value that is not available in the current SDK version, status will
return TemplateVersionStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from statusAsString().
TemplateVersionStatuspublic final String statusAsString()
The status of the environment template minor version to update.
If the service returns an enum value that is not available in the current SDK version, status will
return TemplateVersionStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from statusAsString().
TemplateVersionStatuspublic final String templateName()
The name of the environment template.
public UpdateEnvironmentTemplateVersionRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<UpdateEnvironmentTemplateVersionRequest.Builder,UpdateEnvironmentTemplateVersionRequest>toBuilder in class ProtonRequestpublic static UpdateEnvironmentTemplateVersionRequest.Builder builder()
public static Class<? extends UpdateEnvironmentTemplateVersionRequest.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.