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
Exportstructure describes the exported output values for a stack.- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceExport.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Export.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)StringexportingStackId()The stack that contains the exported output name and value.<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Stringname()The name of exported output value.List<SdkField<?>>sdkFields()static Class<? extends Export.Builder>serializableBuilderClass()Export.BuildertoBuilder()StringtoString()Returns a string representation of this object.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, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
exportingStackId
public final String exportingStackId()
The stack that contains the exported output name and value.
- Returns:
- The stack that contains the exported output name and value.
-
name
public final String 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
public final String 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
public Export.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<Export.Builder,Export>
-
builder
public static Export.Builder builder()
-
serializableBuilderClass
public static Class<? extends Export.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String 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.
-
-