@Generated(value="software.amazon.awssdk:codegen") public final class UpdateProvisioningArtifactRequest extends ServiceCatalogRequest implements ToCopyableBuilder<UpdateProvisioningArtifactRequest.Builder,UpdateProvisioningArtifactRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
UpdateProvisioningArtifactRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
acceptLanguage()
The language code.
|
Boolean |
active()
Indicates whether the product version is active.
|
static UpdateProvisioningArtifactRequest.Builder |
builder() |
String |
description()
The updated description of the provisioning artifact.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
ProvisioningArtifactGuidance |
guidance()
Information set by the administrator to provide guidance to end users about which provisioning artifacts to use.
|
String |
guidanceAsString()
Information set by the administrator to provide guidance to end users about which provisioning artifacts to use.
|
int |
hashCode() |
String |
name()
The updated name of the provisioning artifact.
|
String |
productId()
The product identifier.
|
String |
provisioningArtifactId()
The identifier of the provisioning artifact.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends UpdateProvisioningArtifactRequest.Builder> |
serializableBuilderClass() |
UpdateProvisioningArtifactRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String acceptLanguage()
The language code.
jp - Japanese
zh - Chinese
jp - Japanese
zh - Chinese
public final String productId()
The product identifier.
public final String provisioningArtifactId()
The identifier of the provisioning artifact.
public final String name()
The updated name of the provisioning artifact.
public final String description()
The updated description of the provisioning artifact.
public final Boolean active()
Indicates whether the product version is active.
Inactive provisioning artifacts are invisible to end users. End users cannot launch or update a provisioned product from an inactive provisioning artifact.
Inactive provisioning artifacts are invisible to end users. End users cannot launch or update a provisioned product from an inactive provisioning artifact.
public final ProvisioningArtifactGuidance guidance()
Information set by the administrator to provide guidance to end users about which provisioning artifacts to use.
The DEFAULT value indicates that the product version is active.
The administrator can set the guidance to DEPRECATED to inform users that the product version is
deprecated. Users are able to make updates to a provisioned product of a deprecated version but cannot launch new
provisioned products using a deprecated version.
If the service returns an enum value that is not available in the current SDK version, guidance will
return ProvisioningArtifactGuidance.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from guidanceAsString().
The DEFAULT value indicates that the product version is active.
The administrator can set the guidance to DEPRECATED to inform users that the product
version is deprecated. Users are able to make updates to a provisioned product of a deprecated version
but cannot launch new provisioned products using a deprecated version.
ProvisioningArtifactGuidancepublic final String guidanceAsString()
Information set by the administrator to provide guidance to end users about which provisioning artifacts to use.
The DEFAULT value indicates that the product version is active.
The administrator can set the guidance to DEPRECATED to inform users that the product version is
deprecated. Users are able to make updates to a provisioned product of a deprecated version but cannot launch new
provisioned products using a deprecated version.
If the service returns an enum value that is not available in the current SDK version, guidance will
return ProvisioningArtifactGuidance.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from guidanceAsString().
The DEFAULT value indicates that the product version is active.
The administrator can set the guidance to DEPRECATED to inform users that the product
version is deprecated. Users are able to make updates to a provisioned product of a deprecated version
but cannot launch new provisioned products using a deprecated version.
ProvisioningArtifactGuidancepublic UpdateProvisioningArtifactRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<UpdateProvisioningArtifactRequest.Builder,UpdateProvisioningArtifactRequest>toBuilder in class ServiceCatalogRequestpublic static UpdateProvisioningArtifactRequest.Builder builder()
public static Class<? extends UpdateProvisioningArtifactRequest.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.