StructuredPojo
, ToCopyableBuilder<RecordOutput.Builder,RecordOutput>
@Generated("software.amazon.awssdk:codegen") public class RecordOutput extends Object implements StructuredPojo, ToCopyableBuilder<RecordOutput.Builder,RecordOutput>
An output 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.
Modifier and Type | Class | Description |
---|---|---|
static interface |
RecordOutput.Builder |
Modifier and Type | Method | Description |
---|---|---|
static RecordOutput.Builder |
builder() |
|
String |
description() |
The text description of the output.
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
void |
marshall(ProtocolMarshaller protocolMarshaller) |
Marshalls this structured data using the given
ProtocolMarshaller . |
String |
outputKey() |
The output key.
|
String |
outputValue() |
The output value.
|
static Class<? extends RecordOutput.Builder> |
serializableBuilderClass() |
|
RecordOutput.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
public String outputKey()
The output key.
public String outputValue()
The output value.
public String description()
The text description of the output.
public RecordOutput.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<RecordOutput.Builder,RecordOutput>
public static RecordOutput.Builder builder()
public static Class<? extends RecordOutput.Builder> serializableBuilderClass()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.