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