@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListHITsForQualificationTypeResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ListHITsForQualificationTypeResult() |
Modifier and Type | Method and Description |
---|---|
ListHITsForQualificationTypeResult |
clone() |
boolean |
equals(Object obj) |
List<HIT> |
getHITs()
The list of HIT elements returned by the query.
|
String |
getNextToken() |
Integer |
getNumResults()
The number of HITs on this page in the filtered results list, equivalent to the number of HITs being returned by
this call.
|
int |
hashCode() |
void |
setHITs(Collection<HIT> hITs)
The list of HIT elements returned by the query.
|
void |
setNextToken(String nextToken) |
void |
setNumResults(Integer numResults)
The number of HITs on this page in the filtered results list, equivalent to the number of HITs being returned by
this call.
|
String |
toString()
Returns a string representation of this object.
|
ListHITsForQualificationTypeResult |
withHITs(Collection<HIT> hITs)
The list of HIT elements returned by the query.
|
ListHITsForQualificationTypeResult |
withHITs(HIT... hITs)
The list of HIT elements returned by the query.
|
ListHITsForQualificationTypeResult |
withNextToken(String nextToken) |
ListHITsForQualificationTypeResult |
withNumResults(Integer numResults)
The number of HITs on this page in the filtered results list, equivalent to the number of HITs being returned by
this call.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setNextToken(String nextToken)
nextToken
- public String getNextToken()
public ListHITsForQualificationTypeResult withNextToken(String nextToken)
nextToken
- public void setNumResults(Integer numResults)
The number of HITs on this page in the filtered results list, equivalent to the number of HITs being returned by this call.
numResults
- The number of HITs on this page in the filtered results list, equivalent to the number of HITs being
returned by this call.public Integer getNumResults()
The number of HITs on this page in the filtered results list, equivalent to the number of HITs being returned by this call.
public ListHITsForQualificationTypeResult withNumResults(Integer numResults)
The number of HITs on this page in the filtered results list, equivalent to the number of HITs being returned by this call.
numResults
- The number of HITs on this page in the filtered results list, equivalent to the number of HITs being
returned by this call.public List<HIT> getHITs()
The list of HIT elements returned by the query.
public void setHITs(Collection<HIT> hITs)
The list of HIT elements returned by the query.
hITs
- The list of HIT elements returned by the query.public ListHITsForQualificationTypeResult withHITs(HIT... hITs)
The list of HIT elements returned by the query.
NOTE: This method appends the values to the existing list (if any). Use
setHITs(java.util.Collection)
or withHITs(java.util.Collection)
if you want to override the
existing values.
hITs
- The list of HIT elements returned by the query.public ListHITsForQualificationTypeResult withHITs(Collection<HIT> hITs)
The list of HIT elements returned by the query.
hITs
- The list of HIT elements returned by the query.public String toString()
toString
in class Object
Object.toString()
public ListHITsForQualificationTypeResult clone()