Class Export
java.lang.Object
software.amazon.awssdk.services.cloudformation.model.Export
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<Export.Builder,Export>
@Generated("software.amazon.awssdk:codegen")
public final class Export
extends Object
implements SdkPojo, Serializable, ToCopyableBuilder<Export.Builder,Export>
The Export structure describes the exported output values for a stack.
For more information, see Get exported outputs from a deployed CloudFormation stack.
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic Export.Builderbuilder()final booleanfinal booleanequalsBySdkFields(Object obj) final StringThe stack that contains the exported output name and value.final <T> Optional<T>getValueForField(String fieldName, Class<T> clazz) final inthashCode()final Stringname()The name of exported output value.static Class<? extends Export.Builder>final StringtoString()Returns a string representation of this object.final Stringvalue()The value of the exported output, such as a resource physical ID.Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
Method Details
-
exportingStackId
The stack that contains the exported output name and value.
- Returns:
- The stack that contains the exported output name and value.
-
name
The name of exported output value. Use this name and the
Fn::ImportValuefunction to import the associated value into other stacks. The name is defined in theExportfield in the associated stack'sOutputssection.- Returns:
- The name of exported output value. Use this name and the
Fn::ImportValuefunction to import the associated value into other stacks. The name is defined in theExportfield in the associated stack'sOutputssection.
-
value
The value of the exported output, such as a resource physical ID. This value is defined in the
Exportfield in the associated stack'sOutputssection.- Returns:
- The value of the exported output, such as a resource physical ID. This value is defined in the
Exportfield in the associated stack'sOutputssection.
-
toBuilder
- Specified by:
toBuilderin interfaceToCopyableBuilder<Export.Builder,Export>
-
builder
-
serializableBuilderClass
-
hashCode
public final int hashCode() -
equals
-
equalsBySdkFields
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value. -
getValueForField
-
sdkFields
-
sdkFieldNameToField
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-