@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class Output extends Object implements Serializable, Cloneable, StructuredPojo
An infrastructure as code defined resource output.
Constructor and Description |
---|
Output() |
Modifier and Type | Method and Description |
---|---|
Output |
clone() |
boolean |
equals(Object obj) |
String |
getKey()
The output key.
|
String |
getValueString()
The output value.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setKey(String key)
The output key.
|
void |
setValueString(String valueString)
The output value.
|
String |
toString()
Returns a string representation of this object.
|
Output |
withKey(String key)
The output key.
|
Output |
withValueString(String valueString)
The output value.
|
public void setKey(String key)
The output key.
key
- The output key.public String getKey()
The output key.
public Output withKey(String key)
The output key.
key
- The output key.public void setValueString(String valueString)
The output value.
valueString
- The output value.public String getValueString()
The output value.
public Output withValueString(String valueString)
The output value.
valueString
- The output value.public String toString()
toString
in class Object
Object.toString()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.