@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class Export extends Object implements Serializable, Cloneable
The Export
structure describes the exported output values for a stack.
Constructor and Description |
---|
Export() |
Modifier and Type | Method and Description |
---|---|
Export |
clone() |
boolean |
equals(Object obj) |
String |
getExportingStackId()
The stack that contains the exported output name and value.
|
String |
getName()
The name of exported output value.
|
String |
getValue()
The value of the exported output, such as a resource physical ID.
|
int |
hashCode() |
void |
setExportingStackId(String exportingStackId)
The stack that contains the exported output name and value.
|
void |
setName(String name)
The name of exported output value.
|
void |
setValue(String value)
The value of the exported output, such as a resource physical ID.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
Export |
withExportingStackId(String exportingStackId)
The stack that contains the exported output name and value.
|
Export |
withName(String name)
The name of exported output value.
|
Export |
withValue(String value)
The value of the exported output, such as a resource physical ID.
|
public void setExportingStackId(String exportingStackId)
The stack that contains the exported output name and value.
exportingStackId
- The stack that contains the exported output name and value.public String getExportingStackId()
The stack that contains the exported output name and value.
public Export withExportingStackId(String exportingStackId)
The stack that contains the exported output name and value.
exportingStackId
- The stack that contains the exported output name and value.public void setName(String name)
The name of exported output value. Use this name and the Fn::ImportValue
function to import the
associated value into other stacks. The name is defined in the Export
field in the associated
stack's Outputs
section.
name
- The name of exported output value. Use this name and the Fn::ImportValue
function to import
the associated value into other stacks. The name is defined in the Export
field in the
associated stack's Outputs
section.public String getName()
The name of exported output value. Use this name and the Fn::ImportValue
function to import the
associated value into other stacks. The name is defined in the Export
field in the associated
stack's Outputs
section.
Fn::ImportValue
function to import
the associated value into other stacks. The name is defined in the Export
field in the
associated stack's Outputs
section.public Export withName(String name)
The name of exported output value. Use this name and the Fn::ImportValue
function to import the
associated value into other stacks. The name is defined in the Export
field in the associated
stack's Outputs
section.
name
- The name of exported output value. Use this name and the Fn::ImportValue
function to import
the associated value into other stacks. The name is defined in the Export
field in the
associated stack's Outputs
section.public void setValue(String value)
The value of the exported output, such as a resource physical ID. This value is defined in the
Export
field in the associated stack's Outputs
section.
value
- The value of the exported output, such as a resource physical ID. This value is defined in the
Export
field in the associated stack's Outputs
section.public String getValue()
The value of the exported output, such as a resource physical ID. This value is defined in the
Export
field in the associated stack's Outputs
section.
Export
field in the associated stack's Outputs
section.public Export withValue(String value)
The value of the exported output, such as a resource physical ID. This value is defined in the
Export
field in the associated stack's Outputs
section.
value
- The value of the exported output, such as a resource physical ID. This value is defined in the
Export
field in the associated stack's Outputs
section.public String toString()
toString
in class Object
Object.toString()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.