@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CaseSummary extends Object implements Serializable, Cloneable, StructuredPojo
Case summary information.
| Constructor and Description |
|---|
CaseSummary() |
| Modifier and Type | Method and Description |
|---|---|
CaseSummary |
clone() |
boolean |
equals(Object obj) |
String |
getCaseId()
A unique identifier of the case.
|
String |
getTemplateId()
A unique identifier of a template.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setCaseId(String caseId)
A unique identifier of the case.
|
void |
setTemplateId(String templateId)
A unique identifier of a template.
|
String |
toString()
Returns a string representation of this object.
|
CaseSummary |
withCaseId(String caseId)
A unique identifier of the case.
|
CaseSummary |
withTemplateId(String templateId)
A unique identifier of a template.
|
public void setCaseId(String caseId)
A unique identifier of the case.
caseId - A unique identifier of the case.public String getCaseId()
A unique identifier of the case.
public CaseSummary withCaseId(String caseId)
A unique identifier of the case.
caseId - A unique identifier of the case.public void setTemplateId(String templateId)
A unique identifier of a template.
templateId - A unique identifier of a template.public String getTemplateId()
A unique identifier of a template.
public CaseSummary withTemplateId(String templateId)
A unique identifier of a template.
templateId - A unique identifier of a template.public String toString()
toString in class ObjectObject.toString()public CaseSummary clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.