@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CampaignSummary extends Object implements Serializable, Cloneable, StructuredPojo
An Amazon Connect campaign summary.
Constructor and Description |
---|
CampaignSummary() |
Modifier and Type | Method and Description |
---|---|
CampaignSummary |
clone() |
boolean |
equals(Object obj) |
String |
getArn() |
String |
getConnectInstanceId() |
String |
getId() |
String |
getName() |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setArn(String arn) |
void |
setConnectInstanceId(String connectInstanceId) |
void |
setId(String id) |
void |
setName(String name) |
String |
toString()
Returns a string representation of this object.
|
CampaignSummary |
withArn(String arn) |
CampaignSummary |
withConnectInstanceId(String connectInstanceId) |
CampaignSummary |
withId(String id) |
CampaignSummary |
withName(String name) |
public void setId(String id)
id
- public String getId()
public CampaignSummary withId(String id)
id
- public void setArn(String arn)
arn
- public String getArn()
public CampaignSummary withArn(String arn)
arn
- public void setName(String name)
name
- public String getName()
public CampaignSummary withName(String name)
name
- public void setConnectInstanceId(String connectInstanceId)
connectInstanceId
- public String getConnectInstanceId()
public CampaignSummary withConnectInstanceId(String connectInstanceId)
connectInstanceId
- public String toString()
toString
in class Object
Object.toString()
public CampaignSummary clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.