@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AmazonConnectGuideAssociationData extends Object implements Serializable, Cloneable, StructuredPojo
Content association data for a step-by-step guide.
Constructor and Description |
---|
AmazonConnectGuideAssociationData() |
Modifier and Type | Method and Description |
---|---|
AmazonConnectGuideAssociationData |
clone() |
boolean |
equals(Object obj) |
String |
getFlowId()
The Amazon Resource Name (ARN) of an Amazon Connect flow.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setFlowId(String flowId)
The Amazon Resource Name (ARN) of an Amazon Connect flow.
|
String |
toString()
Returns a string representation of this object.
|
AmazonConnectGuideAssociationData |
withFlowId(String flowId)
The Amazon Resource Name (ARN) of an Amazon Connect flow.
|
public void setFlowId(String flowId)
The Amazon Resource Name (ARN) of an Amazon Connect flow. Step-by-step guides are a type of flow.
flowId
- The Amazon Resource Name (ARN) of an Amazon Connect flow. Step-by-step guides are a type of flow.public String getFlowId()
The Amazon Resource Name (ARN) of an Amazon Connect flow. Step-by-step guides are a type of flow.
public AmazonConnectGuideAssociationData withFlowId(String flowId)
The Amazon Resource Name (ARN) of an Amazon Connect flow. Step-by-step guides are a type of flow.
flowId
- The Amazon Resource Name (ARN) of an Amazon Connect flow. Step-by-step guides are a type of flow.public String toString()
toString
in class Object
Object.toString()
public AmazonConnectGuideAssociationData clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.