@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeRecordResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DescribeRecordResult() |
Modifier and Type | Method and Description |
---|---|
DescribeRecordResult |
clone() |
boolean |
equals(Object obj) |
String |
getNextPageToken()
The page token to use to retrieve the next page of results for this operation.
|
RecordDetail |
getRecordDetail()
Detailed record information for the specified product.
|
List<RecordOutput> |
getRecordOutputs()
A list of outputs for the specified Product object created as the result of a request.
|
int |
hashCode() |
void |
setNextPageToken(String nextPageToken)
The page token to use to retrieve the next page of results for this operation.
|
void |
setRecordDetail(RecordDetail recordDetail)
Detailed record information for the specified product.
|
void |
setRecordOutputs(Collection<RecordOutput> recordOutputs)
A list of outputs for the specified Product object created as the result of a request.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
DescribeRecordResult |
withNextPageToken(String nextPageToken)
The page token to use to retrieve the next page of results for this operation.
|
DescribeRecordResult |
withRecordDetail(RecordDetail recordDetail)
Detailed record information for the specified product.
|
DescribeRecordResult |
withRecordOutputs(Collection<RecordOutput> recordOutputs)
A list of outputs for the specified Product object created as the result of a request.
|
DescribeRecordResult |
withRecordOutputs(RecordOutput... recordOutputs)
A list of outputs for the specified Product object created as the result of a request.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setRecordDetail(RecordDetail recordDetail)
Detailed record information for the specified product.
recordDetail
- Detailed record information for the specified product.public RecordDetail getRecordDetail()
Detailed record information for the specified product.
public DescribeRecordResult withRecordDetail(RecordDetail recordDetail)
Detailed record information for the specified product.
recordDetail
- Detailed record information for the specified product.public List<RecordOutput> getRecordOutputs()
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 void setRecordOutputs(Collection<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.
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 DescribeRecordResult withRecordOutputs(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.
NOTE: This method appends the values to the existing list (if any). Use
setRecordOutputs(java.util.Collection)
or withRecordOutputs(java.util.Collection)
if you want
to override the existing values.
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 DescribeRecordResult withRecordOutputs(Collection<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.
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 void setNextPageToken(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.
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 String getNextPageToken()
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 DescribeRecordResult withNextPageToken(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.
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 String toString()
toString
in class Object
Object.toString()
public DescribeRecordResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.