@Generated(value="software.amazon.awssdk:codegen") public final class DescribeRecordRequest extends ServiceCatalogRequest implements ToCopyableBuilder<DescribeRecordRequest.Builder,DescribeRecordRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
DescribeRecordRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
acceptLanguage()
The language code.
|
static DescribeRecordRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
id()
The record identifier of the provisioned product.
|
Integer |
pageSize()
The maximum number of items to return with this call.
|
String |
pageToken()
The page token for the next set of results.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends DescribeRecordRequest.Builder> |
serializableBuilderClass() |
DescribeRecordRequest.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 id()
The record identifier of the provisioned product. This identifier is returned by the request operation.
public final String pageToken()
The page token for the next set of results. To retrieve the first set of results, use null.
public final Integer pageSize()
The maximum number of items to return with this call.
public DescribeRecordRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DescribeRecordRequest.Builder,DescribeRecordRequest>toBuilder in class ServiceCatalogRequestpublic static DescribeRecordRequest.Builder builder()
public static Class<? extends DescribeRecordRequest.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.