public class CreateContactFlowModuleResult
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
CreateContactFlowModuleResult() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getArn()
The Amazon Resource Name (ARN) of the flow module.
|
java.lang.String |
getId()
The identifier of the flow module.
|
int |
hashCode() |
void |
setArn(java.lang.String arn)
The Amazon Resource Name (ARN) of the flow module.
|
void |
setId(java.lang.String id)
The identifier of the flow module.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
CreateContactFlowModuleResult |
withArn(java.lang.String arn)
The Amazon Resource Name (ARN) of the flow module.
|
CreateContactFlowModuleResult |
withId(java.lang.String id)
The identifier of the flow module.
|
public java.lang.String getId()
The identifier of the flow module.
Constraints:
Length: 1 - 256
The identifier of the flow module.
public void setId(java.lang.String id)
The identifier of the flow module.
Constraints:
Length: 1 - 256
id - The identifier of the flow module.
public CreateContactFlowModuleResult withId(java.lang.String id)
The identifier of the flow module.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 256
id - The identifier of the flow module.
public java.lang.String getArn()
The Amazon Resource Name (ARN) of the flow module.
The Amazon Resource Name (ARN) of the flow module.
public void setArn(java.lang.String arn)
The Amazon Resource Name (ARN) of the flow module.
arn - The Amazon Resource Name (ARN) of the flow module.
public CreateContactFlowModuleResult withArn(java.lang.String arn)
The Amazon Resource Name (ARN) of the flow module.
Returns a reference to this object so that method calls can be chained together.
arn - The Amazon Resource Name (ARN) of the flow module.
public java.lang.String toString()
toString in class java.lang.ObjectObject.toString()public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Object