@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class Output extends Object implements Serializable, Cloneable
The Output data type.
Constructor and Description |
---|
Output() |
Modifier and Type | Method and Description |
---|---|
Output |
clone() |
boolean |
equals(Object obj) |
String |
getDescription()
User defined description associated with the output.
|
String |
getExportName()
The name of the export associated with the output.
|
String |
getOutputKey()
The key associated with the output.
|
String |
getOutputValue()
The value associated with the output.
|
int |
hashCode() |
void |
setDescription(String description)
User defined description associated with the output.
|
void |
setExportName(String exportName)
The name of the export 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; useful for testing and debugging.
|
Output |
withDescription(String description)
User defined description associated with the output.
|
Output |
withExportName(String exportName)
The name of the export associated with the output.
|
Output |
withOutputKey(String outputKey)
The key associated with the output.
|
Output |
withOutputValue(String outputValue)
The value 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 Output 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 Output withOutputValue(String outputValue)
The value associated with the output.
outputValue
- The value associated with the output.public void setDescription(String description)
User defined description associated with the output.
description
- User defined description associated with the output.public String getDescription()
User defined description associated with the output.
public Output withDescription(String description)
User defined description associated with the output.
description
- User defined description associated with the output.public void setExportName(String exportName)
The name of the export associated with the output.
exportName
- The name of the export associated with the output.public String getExportName()
The name of the export associated with the output.
public Output withExportName(String exportName)
The name of the export associated with the output.
exportName
- The name of the export associated with the output.public String toString()
toString
in class Object
Object.toString()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.