ToCopyableBuilder<Output.Builder,Output>
@Generated("software.amazon.awssdk:codegen") public class Output extends Object implements ToCopyableBuilder<Output.Builder,Output>
The Output data type.
Modifier and Type | Class | Description |
---|---|---|
static interface |
Output.Builder |
Modifier and Type | Method | Description |
---|---|---|
static Output.Builder |
builder() |
|
String |
description() |
User defined description associated with the output.
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
String |
outputKey() |
The key associated with the output.
|
String |
outputValue() |
The value associated with the output.
|
static Class<? extends Output.Builder> |
serializableBuilderClass() |
|
Output.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
public String outputKey()
The key associated with the output.
public String outputValue()
The value associated with the output.
public String description()
User defined description associated with the output.
public Output.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<Output.Builder,Output>
public static Output.Builder builder()
public static Class<? extends Output.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.