@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class PromptFlowNodeResourceConfiguration extends Object implements Serializable, Cloneable, StructuredPojo
Contains configurations for a prompt from Prompt management to use in a node.
Constructor and Description |
---|
PromptFlowNodeResourceConfiguration() |
Modifier and Type | Method and Description |
---|---|
PromptFlowNodeResourceConfiguration |
clone() |
boolean |
equals(Object obj) |
String |
getPromptArn()
The Amazon Resource Name (ARN) of the prompt from Prompt management.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setPromptArn(String promptArn)
The Amazon Resource Name (ARN) of the prompt from Prompt management.
|
String |
toString()
Returns a string representation of this object.
|
PromptFlowNodeResourceConfiguration |
withPromptArn(String promptArn)
The Amazon Resource Name (ARN) of the prompt from Prompt management.
|
public void setPromptArn(String promptArn)
The Amazon Resource Name (ARN) of the prompt from Prompt management.
promptArn
- The Amazon Resource Name (ARN) of the prompt from Prompt management.public String getPromptArn()
The Amazon Resource Name (ARN) of the prompt from Prompt management.
public PromptFlowNodeResourceConfiguration withPromptArn(String promptArn)
The Amazon Resource Name (ARN) of the prompt from Prompt management.
promptArn
- The Amazon Resource Name (ARN) of the prompt from Prompt management.public String toString()
toString
in class Object
Object.toString()
public PromptFlowNodeResourceConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.