@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class BatchGetNamedQueryResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
BatchGetNamedQueryResult() |
| Modifier and Type | Method and Description |
|---|---|
BatchGetNamedQueryResult |
clone() |
boolean |
equals(Object obj) |
List<NamedQuery> |
getNamedQueries()
Information about the named query IDs submitted.
|
List<UnprocessedNamedQueryId> |
getUnprocessedNamedQueryIds()
Information about provided query IDs.
|
int |
hashCode() |
void |
setNamedQueries(Collection<NamedQuery> namedQueries)
Information about the named query IDs submitted.
|
void |
setUnprocessedNamedQueryIds(Collection<UnprocessedNamedQueryId> unprocessedNamedQueryIds)
Information about provided query IDs.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
BatchGetNamedQueryResult |
withNamedQueries(Collection<NamedQuery> namedQueries)
Information about the named query IDs submitted.
|
BatchGetNamedQueryResult |
withNamedQueries(NamedQuery... namedQueries)
Information about the named query IDs submitted.
|
BatchGetNamedQueryResult |
withUnprocessedNamedQueryIds(Collection<UnprocessedNamedQueryId> unprocessedNamedQueryIds)
Information about provided query IDs.
|
BatchGetNamedQueryResult |
withUnprocessedNamedQueryIds(UnprocessedNamedQueryId... unprocessedNamedQueryIds)
Information about provided query IDs.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic List<NamedQuery> getNamedQueries()
Information about the named query IDs submitted.
public void setNamedQueries(Collection<NamedQuery> namedQueries)
Information about the named query IDs submitted.
namedQueries - Information about the named query IDs submitted.public BatchGetNamedQueryResult withNamedQueries(NamedQuery... namedQueries)
Information about the named query IDs submitted.
NOTE: This method appends the values to the existing list (if any). Use
setNamedQueries(java.util.Collection) or withNamedQueries(java.util.Collection) if you want to
override the existing values.
namedQueries - Information about the named query IDs submitted.public BatchGetNamedQueryResult withNamedQueries(Collection<NamedQuery> namedQueries)
Information about the named query IDs submitted.
namedQueries - Information about the named query IDs submitted.public List<UnprocessedNamedQueryId> getUnprocessedNamedQueryIds()
Information about provided query IDs.
public void setUnprocessedNamedQueryIds(Collection<UnprocessedNamedQueryId> unprocessedNamedQueryIds)
Information about provided query IDs.
unprocessedNamedQueryIds - Information about provided query IDs.public BatchGetNamedQueryResult withUnprocessedNamedQueryIds(UnprocessedNamedQueryId... unprocessedNamedQueryIds)
Information about provided query IDs.
NOTE: This method appends the values to the existing list (if any). Use
setUnprocessedNamedQueryIds(java.util.Collection) or
withUnprocessedNamedQueryIds(java.util.Collection) if you want to override the existing values.
unprocessedNamedQueryIds - Information about provided query IDs.public BatchGetNamedQueryResult withUnprocessedNamedQueryIds(Collection<UnprocessedNamedQueryId> unprocessedNamedQueryIds)
Information about provided query IDs.
unprocessedNamedQueryIds - Information about provided query IDs.public String toString()
toString in class ObjectObject.toString()public BatchGetNamedQueryResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.