@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 unique identifier of the created block list.
|
int |
hashCode() |
void |
setId(String id)
The unique identifier of the created block list.
|
String |
toString()
Returns a string representation of this object.
|
CreateQuerySuggestionsBlockListResult |
withId(String id)
The unique identifier of the created block list.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public CreateQuerySuggestionsBlockListResult()
public void setId(String id)
The unique identifier of the created block list.
id
- The unique identifier of the created block list.public String getId()
The unique identifier of the created block list.
public CreateQuerySuggestionsBlockListResult withId(String id)
The unique identifier of the created block list.
id
- The unique identifier of the created block list.public String toString()
toString
in class Object
Object.toString()
public CreateQuerySuggestionsBlockListResult clone()