Cloneable
, ReadLimitInfo
, ToCopyableBuilder<UpdateProvisioningArtifactRequest.Builder,UpdateProvisioningArtifactRequest>
@Generated("software.amazon.awssdk:codegen") public class UpdateProvisioningArtifactRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<UpdateProvisioningArtifactRequest.Builder,UpdateProvisioningArtifactRequest>
Modifier and Type | Class | Description |
---|---|---|
static interface |
UpdateProvisioningArtifactRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
String |
acceptLanguage() |
The language code to use for this operation.
|
static UpdateProvisioningArtifactRequest.Builder |
builder() |
|
String |
description() |
The updated text description of the provisioning artifact.
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
String |
name() |
The updated name of the provisioning artifact.
|
String |
productId() |
The product identifier.
|
String |
provisioningArtifactId() |
The identifier of the provisioning artifact for the update request.
|
static Class<? extends UpdateProvisioningArtifactRequest.Builder> |
serializableBuilderClass() |
|
UpdateProvisioningArtifactRequest.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
clone, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout
public String acceptLanguage()
The language code to use for this operation. Supported language codes are as follows:
"en" (English)
"jp" (Japanese)
"zh" (Chinese)
If no code is specified, "en" is used as the default.
"en" (English)
"jp" (Japanese)
"zh" (Chinese)
If no code is specified, "en" is used as the default.
public String productId()
The product identifier.
public String provisioningArtifactId()
The identifier of the provisioning artifact for the update request. This is sometimes referred to as the product version.
public String name()
The updated name of the provisioning artifact.
public String description()
The updated text description of the provisioning artifact.
public UpdateProvisioningArtifactRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<UpdateProvisioningArtifactRequest.Builder,UpdateProvisioningArtifactRequest>
public static UpdateProvisioningArtifactRequest.Builder builder()
public static Class<? extends UpdateProvisioningArtifactRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.