Cloneable
, ReadLimitInfo
, ToCopyableBuilder<CreateProductRequest.Builder,CreateProductRequest>
@Generated("software.amazon.awssdk:codegen") public class CreateProductRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<CreateProductRequest.Builder,CreateProductRequest>
Modifier and Type | Class | Description |
---|---|---|
static interface |
CreateProductRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
String |
acceptLanguage() |
The language code to use for this operation.
|
static CreateProductRequest.Builder |
builder() |
|
String |
description() |
The text description of the product.
|
String |
distributor() |
The distributor of the product.
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
String |
idempotencyToken() |
A token to disambiguate duplicate requests.
|
String |
name() |
The name of the product.
|
String |
owner() |
The owner of the product.
|
String |
productType() |
The type of the product to create.
|
ProvisioningArtifactProperties |
provisioningArtifactParameters() |
Parameters for the provisioning artifact.
|
static Class<? extends CreateProductRequest.Builder> |
serializableBuilderClass() |
|
String |
supportDescription() |
Support information about the product.
|
String |
supportEmail() |
Contact email for product support.
|
String |
supportUrl() |
Contact URL for product support.
|
List<Tag> |
tags() |
Tags to associate with the new product.
|
CreateProductRequest.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 name()
The name of the product.
public String owner()
The owner of the product.
public String description()
The text description of the product.
public String distributor()
The distributor of the product.
public String supportDescription()
Support information about the product.
public String supportEmail()
Contact email for product support.
public String supportUrl()
Contact URL for product support.
public String productType()
The type of the product to create.
ProductType
public List<Tag> tags()
Tags to associate with the new product.
public ProvisioningArtifactProperties provisioningArtifactParameters()
Parameters for the provisioning artifact.
public String idempotencyToken()
A token to disambiguate duplicate requests. You can create multiple resources using the same input in multiple requests, provided that you also specify a different idempotency token for each request.
public CreateProductRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<CreateProductRequest.Builder,CreateProductRequest>
public static CreateProductRequest.Builder builder()
public static Class<? extends CreateProductRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.