@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SearchStepsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
SearchStepsResult() |
Modifier and Type | Method and Description |
---|---|
SearchStepsResult |
clone() |
boolean |
equals(Object obj) |
Integer |
getNextItemOffset()
The next incremental starting point after the defined
itemOffset . |
List<StepSearchSummary> |
getSteps()
The steps in the search.
|
Integer |
getTotalResults()
The total number of results in the search.
|
int |
hashCode() |
void |
setNextItemOffset(Integer nextItemOffset)
The next incremental starting point after the defined
itemOffset . |
void |
setSteps(Collection<StepSearchSummary> steps)
The steps in the search.
|
void |
setTotalResults(Integer totalResults)
The total number of results in the search.
|
String |
toString()
Returns a string representation of this object.
|
SearchStepsResult |
withNextItemOffset(Integer nextItemOffset)
The next incremental starting point after the defined
itemOffset . |
SearchStepsResult |
withSteps(Collection<StepSearchSummary> steps)
The steps in the search.
|
SearchStepsResult |
withSteps(StepSearchSummary... steps)
The steps in the search.
|
SearchStepsResult |
withTotalResults(Integer totalResults)
The total number of results in the search.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setNextItemOffset(Integer nextItemOffset)
The next incremental starting point after the defined itemOffset
.
nextItemOffset
- The next incremental starting point after the defined itemOffset
.public Integer getNextItemOffset()
The next incremental starting point after the defined itemOffset
.
itemOffset
.public SearchStepsResult withNextItemOffset(Integer nextItemOffset)
The next incremental starting point after the defined itemOffset
.
nextItemOffset
- The next incremental starting point after the defined itemOffset
.public List<StepSearchSummary> getSteps()
The steps in the search.
public void setSteps(Collection<StepSearchSummary> steps)
The steps in the search.
steps
- The steps in the search.public SearchStepsResult withSteps(StepSearchSummary... steps)
The steps in the search.
NOTE: This method appends the values to the existing list (if any). Use
setSteps(java.util.Collection)
or withSteps(java.util.Collection)
if you want to override the
existing values.
steps
- The steps in the search.public SearchStepsResult withSteps(Collection<StepSearchSummary> steps)
The steps in the search.
steps
- The steps in the search.public void setTotalResults(Integer totalResults)
The total number of results in the search.
totalResults
- The total number of results in the search.public Integer getTotalResults()
The total number of results in the search.
public SearchStepsResult withTotalResults(Integer totalResults)
The total number of results in the search.
totalResults
- The total number of results in the search.public String toString()
toString
in class Object
Object.toString()
public SearchStepsResult clone()