@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ContactFlowModuleSummary extends Object implements Serializable, Cloneable, StructuredPojo
Contains summary information about a flow.
Constructor and Description |
---|
ContactFlowModuleSummary() |
Modifier and Type | Method and Description |
---|---|
ContactFlowModuleSummary |
clone() |
boolean |
equals(Object obj) |
String |
getArn()
The Amazon Resource Name (ARN) of the flow module.
|
String |
getId()
The identifier of the flow module.
|
String |
getName()
The name of the flow module.
|
String |
getState()
The type of flow module.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setArn(String arn)
The Amazon Resource Name (ARN) of the flow module.
|
void |
setId(String id)
The identifier of the flow module.
|
void |
setName(String name)
The name of the flow module.
|
void |
setState(String state)
The type of flow module.
|
String |
toString()
Returns a string representation of this object.
|
ContactFlowModuleSummary |
withArn(String arn)
The Amazon Resource Name (ARN) of the flow module.
|
ContactFlowModuleSummary |
withId(String id)
The identifier of the flow module.
|
ContactFlowModuleSummary |
withName(String name)
The name of the flow module.
|
ContactFlowModuleSummary |
withState(ContactFlowModuleState state)
The type of flow module.
|
ContactFlowModuleSummary |
withState(String state)
The type of flow module.
|
public void setId(String id)
The identifier of the flow module.
id
- The identifier of the flow module.public String getId()
The identifier of the flow module.
public ContactFlowModuleSummary withId(String id)
The identifier of the flow module.
id
- The identifier of the flow module.public void setArn(String arn)
The Amazon Resource Name (ARN) of the flow module.
arn
- The Amazon Resource Name (ARN) of the flow module.public String getArn()
The Amazon Resource Name (ARN) of the flow module.
public ContactFlowModuleSummary withArn(String arn)
The Amazon Resource Name (ARN) of the flow module.
arn
- The Amazon Resource Name (ARN) of the flow module.public void setName(String name)
The name of the flow module.
name
- The name of the flow module.public String getName()
The name of the flow module.
public ContactFlowModuleSummary withName(String name)
The name of the flow module.
name
- The name of the flow module.public void setState(String state)
The type of flow module.
state
- The type of flow module.ContactFlowModuleState
public String getState()
The type of flow module.
ContactFlowModuleState
public ContactFlowModuleSummary withState(String state)
The type of flow module.
state
- The type of flow module.ContactFlowModuleState
public ContactFlowModuleSummary withState(ContactFlowModuleState state)
The type of flow module.
state
- The type of flow module.ContactFlowModuleState
public String toString()
toString
in class Object
Object.toString()
public ContactFlowModuleSummary clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.