@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class RecordOutput extends Object implements Serializable, Cloneable, StructuredPojo
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.
Constructor and Description |
---|
RecordOutput() |
Modifier and Type | Method and Description |
---|---|
RecordOutput |
clone() |
boolean |
equals(Object obj) |
String |
getDescription()
The text description of the output.
|
String |
getOutputKey()
The output key.
|
String |
getOutputValue()
The output value.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setDescription(String description)
The text description of the output.
|
void |
setOutputKey(String outputKey)
The output key.
|
void |
setOutputValue(String outputValue)
The output value.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
RecordOutput |
withDescription(String description)
The text description of the output.
|
RecordOutput |
withOutputKey(String outputKey)
The output key.
|
RecordOutput |
withOutputValue(String outputValue)
The output value.
|
public void setOutputKey(String outputKey)
The output key.
outputKey
- The output key.public String getOutputKey()
The output key.
public RecordOutput withOutputKey(String outputKey)
The output key.
outputKey
- The output key.public void setOutputValue(String outputValue)
The output value.
outputValue
- The output value.public String getOutputValue()
The output value.
public RecordOutput withOutputValue(String outputValue)
The output value.
outputValue
- The output value.public void setDescription(String description)
The text description of the output.
description
- The text description of the output.public String getDescription()
The text description of the output.
public RecordOutput withDescription(String description)
The text description of the output.
description
- The text description of the output.public String toString()
toString
in class Object
Object.toString()
public RecordOutput clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.