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