@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateFaqResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
CreateFaqResult() |
| Modifier and Type | Method and Description |
|---|---|
CreateFaqResult |
clone() |
boolean |
equals(Object obj) |
String |
getId()
The identifier of the FAQ.
|
int |
hashCode() |
void |
setId(String id)
The identifier of the FAQ.
|
String |
toString()
Returns a string representation of this object.
|
CreateFaqResult |
withId(String id)
The identifier of the FAQ.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setId(String id)
The identifier of the FAQ.
id - The identifier of the FAQ.public String getId()
The identifier of the FAQ.
public CreateFaqResult withId(String id)
The identifier of the FAQ.
id - The identifier of the FAQ.public String toString()
toString in class ObjectObject.toString()public CreateFaqResult clone()