@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AwsCloudFormationStackOutputsDetails extends Object implements Serializable, Cloneable, StructuredPojo
Provides information about the CloudFormation stack output.
Constructor and Description |
---|
AwsCloudFormationStackOutputsDetails() |
Modifier and Type | Method and Description |
---|---|
AwsCloudFormationStackOutputsDetails |
clone() |
boolean |
equals(Object obj) |
String |
getDescription()
A user-defined description associated with the output.
|
String |
getOutputKey()
The key associated with the output.
|
String |
getOutputValue()
The value associated with the output.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setDescription(String description)
A user-defined description associated with the output.
|
void |
setOutputKey(String outputKey)
The key associated with the output.
|
void |
setOutputValue(String outputValue)
The value associated with the output.
|
String |
toString()
Returns a string representation of this object.
|
AwsCloudFormationStackOutputsDetails |
withDescription(String description)
A user-defined description associated with the output.
|
AwsCloudFormationStackOutputsDetails |
withOutputKey(String outputKey)
The key associated with the output.
|
AwsCloudFormationStackOutputsDetails |
withOutputValue(String outputValue)
The value associated with the output.
|
public AwsCloudFormationStackOutputsDetails()
public void setDescription(String description)
A user-defined description associated with the output.
description
- A user-defined description associated with the output.public String getDescription()
A user-defined description associated with the output.
public AwsCloudFormationStackOutputsDetails withDescription(String description)
A user-defined description associated with the output.
description
- A user-defined description associated with the output.public void setOutputKey(String outputKey)
The key associated with the output.
outputKey
- The key associated with the output.public String getOutputKey()
The key associated with the output.
public AwsCloudFormationStackOutputsDetails withOutputKey(String outputKey)
The key associated with the output.
outputKey
- The key associated with the output.public void setOutputValue(String outputValue)
The value associated with the output.
outputValue
- The value associated with the output.public String getOutputValue()
The value associated with the output.
public AwsCloudFormationStackOutputsDetails withOutputValue(String outputValue)
The value associated with the output.
outputValue
- The value associated with the output.public String toString()
toString
in class Object
Object.toString()
public AwsCloudFormationStackOutputsDetails clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.