ToCopyableBuilder<DescribeRecordResponse.Builder,DescribeRecordResponse>
@Generated("software.amazon.awssdk:codegen") public class DescribeRecordResponse extends AmazonWebServiceResult<ResponseMetadata> implements ToCopyableBuilder<DescribeRecordResponse.Builder,DescribeRecordResponse>
Modifier and Type | Class | Description |
---|---|---|
static interface |
DescribeRecordResponse.Builder |
Modifier and Type | Method | Description |
---|---|---|
static DescribeRecordResponse.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
String |
nextPageToken() |
The page token to use to retrieve the next page of results for this operation.
|
RecordDetail |
recordDetail() |
Detailed record information for the specified product.
|
List<RecordOutput> |
recordOutputs() |
A list of outputs for the specified Product object created as the result of a request.
|
static Class<? extends DescribeRecordResponse.Builder> |
serializableBuilderClass() |
|
DescribeRecordResponse.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
setSdkHttpMetadata, setSdkResponseMetadata
public RecordDetail recordDetail()
Detailed record information for the specified product.
public List<RecordOutput> recordOutputs()
A list of outputs for the specified Product object created as the result of a request. For example, a CloudFormation-backed product that creates an S3 bucket would have an output for the S3 bucket URL.
public String nextPageToken()
The page token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.
public DescribeRecordResponse.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<DescribeRecordResponse.Builder,DescribeRecordResponse>
public static DescribeRecordResponse.Builder builder()
public static Class<? extends DescribeRecordResponse.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.