public class CreateContactFlowResult
extends java.lang.Object
implements java.io.Serializable
Constructor and Description |
---|
CreateContactFlowResult() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getContactFlowArn()
The Amazon Resource Name (ARN) of the contact flow.
|
java.lang.String |
getContactFlowId()
The identifier of the contact flow.
|
int |
hashCode() |
void |
setContactFlowArn(java.lang.String contactFlowArn)
The Amazon Resource Name (ARN) of the contact flow.
|
void |
setContactFlowId(java.lang.String contactFlowId)
The identifier of the contact flow.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
CreateContactFlowResult |
withContactFlowArn(java.lang.String contactFlowArn)
The Amazon Resource Name (ARN) of the contact flow.
|
CreateContactFlowResult |
withContactFlowId(java.lang.String contactFlowId)
The identifier of the contact flow.
|
public java.lang.String getContactFlowId()
The identifier of the contact flow.
Constraints:
Length: - 500
The identifier of the contact flow.
public void setContactFlowId(java.lang.String contactFlowId)
The identifier of the contact flow.
Constraints:
Length: - 500
contactFlowId
- The identifier of the contact flow.
public CreateContactFlowResult withContactFlowId(java.lang.String contactFlowId)
The identifier of the contact flow.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: - 500
contactFlowId
- The identifier of the contact flow.
public java.lang.String getContactFlowArn()
The Amazon Resource Name (ARN) of the contact flow.
The Amazon Resource Name (ARN) of the contact flow.
public void setContactFlowArn(java.lang.String contactFlowArn)
The Amazon Resource Name (ARN) of the contact flow.
contactFlowArn
- The Amazon Resource Name (ARN) of the contact flow.
public CreateContactFlowResult withContactFlowArn(java.lang.String contactFlowArn)
The Amazon Resource Name (ARN) of the contact flow.
Returns a reference to this object so that method calls can be chained together.
contactFlowArn
- The Amazon Resource Name (ARN) of the contact flow.
public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
Copyright © 2018 Amazon Web Services, Inc. All Rights Reserved.