@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetNamedQueryResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
GetNamedQueryResult() |
| Modifier and Type | Method and Description |
|---|---|
GetNamedQueryResult |
clone() |
boolean |
equals(Object obj) |
NamedQuery |
getNamedQuery()
Information about the query.
|
int |
hashCode() |
void |
setNamedQuery(NamedQuery namedQuery)
Information about the query.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
GetNamedQueryResult |
withNamedQuery(NamedQuery namedQuery)
Information about the query.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setNamedQuery(NamedQuery namedQuery)
Information about the query.
namedQuery - Information about the query.public NamedQuery getNamedQuery()
Information about the query.
public GetNamedQueryResult withNamedQuery(NamedQuery namedQuery)
Information about the query.
namedQuery - Information about the query.public String toString()
toString in class ObjectObject.toString()public GetNamedQueryResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.