@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 Object
Object.toString()
public CaseSummary clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.