Class Output
- java.lang.Object
-
- software.amazon.awssdk.services.cloudformation.model.Output
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<Output.Builder,Output>
@Generated("software.amazon.awssdk:codegen") public final class Output extends Object implements SdkPojo, Serializable, ToCopyableBuilder<Output.Builder,Output>
The Output data type.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceOutput.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Output.Builderbuilder()Stringdescription()User defined description associated with the output.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)StringexportName()The name of the export associated with the output.<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringoutputKey()The key associated with the output.StringoutputValue()The value associated with the output.List<SdkField<?>>sdkFields()static Class<? extends Output.Builder>serializableBuilderClass()Output.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
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
-
outputKey
public final String outputKey()
The key associated with the output.
- Returns:
- The key associated with the output.
-
outputValue
public final String outputValue()
The value associated with the output.
- Returns:
- The value associated with the output.
-
description
public final String description()
User defined description associated with the output.
- Returns:
- User defined description associated with the output.
-
exportName
public final String exportName()
The name of the export associated with the output.
- Returns:
- The name of the export associated with the output.
-
toBuilder
public Output.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<Output.Builder,Output>
-
builder
public static Output.Builder builder()
-
serializableBuilderClass
public static Class<? extends Output.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.
-
-