Cloneable, ReadLimitInfo, ToCopyableBuilder<DescribeRecordRequest.Builder,DescribeRecordRequest>@Generated("software.amazon.awssdk:codegen") public class DescribeRecordRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<DescribeRecordRequest.Builder,DescribeRecordRequest>
| Modifier and Type | Class | Description |
|---|---|---|
static interface |
DescribeRecordRequest.Builder |
NOOP| Modifier and Type | Method | Description |
|---|---|---|
String |
acceptLanguage() |
The language code to use for this operation.
|
static DescribeRecordRequest.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
String |
id() |
The record identifier of the ProvisionedProduct object for which to retrieve output information.
|
Integer |
pageSize() |
The maximum number of items to return in the results.
|
String |
pageToken() |
The page token of the first page retrieved.
|
static Class<? extends DescribeRecordRequest.Builder> |
serializableBuilderClass() |
|
DescribeRecordRequest.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, withSdkClientExecutionTimeoutpublic 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 id()
The record identifier of the ProvisionedProduct object for which to retrieve output information. This is the
RecordDetail.RecordId obtained from the request operation's response.
RecordDetail.RecordId obtained from the request operation's response.public String pageToken()
The page token of the first page retrieved. If null, this retrieves the first page of size PageSize.
PageSize.public Integer pageSize()
The maximum number of items to return in the results. If more results exist than fit in the specified
PageSize, the value of NextPageToken in the response is non-null.
PageSize, the value of NextPageToken in the response is non-null.public DescribeRecordRequest.Builder toBuilder()
ToCopyableBuildertoBuilder in interface ToCopyableBuilder<DescribeRecordRequest.Builder,DescribeRecordRequest>public static DescribeRecordRequest.Builder builder()
public static Class<? extends DescribeRecordRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.