@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateContactFlowResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
CreateContactFlowResult() |
Modifier and Type | Method and Description |
---|---|
CreateContactFlowResult |
clone() |
boolean |
equals(Object obj) |
String |
getContactFlowArn()
The Amazon Resource Name (ARN) of the contact flow.
|
String |
getContactFlowId()
The identifier of the contact flow.
|
int |
hashCode() |
void |
setContactFlowArn(String contactFlowArn)
The Amazon Resource Name (ARN) of the contact flow.
|
void |
setContactFlowId(String contactFlowId)
The identifier of the contact flow.
|
String |
toString()
Returns a string representation of this object.
|
CreateContactFlowResult |
withContactFlowArn(String contactFlowArn)
The Amazon Resource Name (ARN) of the contact flow.
|
CreateContactFlowResult |
withContactFlowId(String contactFlowId)
The identifier of the contact flow.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setContactFlowId(String contactFlowId)
The identifier of the contact flow.
contactFlowId
- The identifier of the contact flow.public String getContactFlowId()
The identifier of the contact flow.
public CreateContactFlowResult withContactFlowId(String contactFlowId)
The identifier of the contact flow.
contactFlowId
- The identifier of the contact flow.public void setContactFlowArn(String contactFlowArn)
The Amazon Resource Name (ARN) of the contact flow.
contactFlowArn
- The Amazon Resource Name (ARN) of the contact flow.public String getContactFlowArn()
The Amazon Resource Name (ARN) of the contact flow.
public CreateContactFlowResult withContactFlowArn(String contactFlowArn)
The Amazon Resource Name (ARN) of the contact flow.
contactFlowArn
- The Amazon Resource Name (ARN) of the contact flow.public String toString()
toString
in class Object
Object.toString()
public CreateContactFlowResult clone()