@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateNamedQueryResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
CreateNamedQueryResult() |
Modifier and Type | Method and Description |
---|---|
CreateNamedQueryResult |
clone() |
boolean |
equals(Object obj) |
String |
getNamedQueryId()
The unique ID of the query.
|
int |
hashCode() |
void |
setNamedQueryId(String namedQueryId)
The unique ID of the query.
|
String |
toString()
Returns a string representation of this object.
|
CreateNamedQueryResult |
withNamedQueryId(String namedQueryId)
The unique ID of the query.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setNamedQueryId(String namedQueryId)
The unique ID of the query.
namedQueryId
- The unique ID of the query.public String getNamedQueryId()
The unique ID of the query.
public CreateNamedQueryResult withNamedQueryId(String namedQueryId)
The unique ID of the query.
namedQueryId
- The unique ID of the query.public String toString()
toString
in class Object
Object.toString()
public CreateNamedQueryResult clone()