public class Category
extends java.lang.Object
implements java.io.Serializable
JSON-formatted name/value pair that represents the name and category of problem selected from the DescribeServices response for each AWS service.
| コンストラクタと説明 |
|---|
Category() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getCode()
Category code for the support case.
|
java.lang.String |
getName()
Category name for the support case.
|
int |
hashCode() |
void |
setCode(java.lang.String code)
Category code for the support case.
|
void |
setName(java.lang.String name)
Category name for the support case.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
Category |
withCode(java.lang.String code)
Category code for the support case.
|
Category |
withName(java.lang.String name)
Category name for the support case.
|
public java.lang.String getCode()
public void setCode(java.lang.String code)
code - Category code for the support case.public Category withCode(java.lang.String code)
Returns a reference to this object so that method calls can be chained together.
code - Category code for the support case.public java.lang.String getName()
public void setName(java.lang.String name)
name - Category name for the support case.public Category withName(java.lang.String name)
Returns a reference to this object so that method calls can be chained together.
name - Category name for the support case.public java.lang.String toString()
toString クラス内 java.lang.ObjectObject.toString()public int hashCode()
hashCode クラス内 java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals クラス内 java.lang.Object