@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SearchHoursOfOperationsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
SearchHoursOfOperationsResult() |
Modifier and Type | Method and Description |
---|---|
SearchHoursOfOperationsResult |
clone() |
boolean |
equals(Object obj) |
Long |
getApproximateTotalCount()
The total number of hours of operations which matched your search query.
|
List<HoursOfOperation> |
getHoursOfOperations()
Information about the hours of operations.
|
String |
getNextToken()
If there are additional results, this is the token for the next set of results.
|
int |
hashCode() |
void |
setApproximateTotalCount(Long approximateTotalCount)
The total number of hours of operations which matched your search query.
|
void |
setHoursOfOperations(Collection<HoursOfOperation> hoursOfOperations)
Information about the hours of operations.
|
void |
setNextToken(String nextToken)
If there are additional results, this is the token for the next set of results.
|
String |
toString()
Returns a string representation of this object.
|
SearchHoursOfOperationsResult |
withApproximateTotalCount(Long approximateTotalCount)
The total number of hours of operations which matched your search query.
|
SearchHoursOfOperationsResult |
withHoursOfOperations(Collection<HoursOfOperation> hoursOfOperations)
Information about the hours of operations.
|
SearchHoursOfOperationsResult |
withHoursOfOperations(HoursOfOperation... hoursOfOperations)
Information about the hours of operations.
|
SearchHoursOfOperationsResult |
withNextToken(String nextToken)
If there are additional results, this is the token for the next set of results.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<HoursOfOperation> getHoursOfOperations()
Information about the hours of operations.
public void setHoursOfOperations(Collection<HoursOfOperation> hoursOfOperations)
Information about the hours of operations.
hoursOfOperations
- Information about the hours of operations.public SearchHoursOfOperationsResult withHoursOfOperations(HoursOfOperation... hoursOfOperations)
Information about the hours of operations.
NOTE: This method appends the values to the existing list (if any). Use
setHoursOfOperations(java.util.Collection)
or withHoursOfOperations(java.util.Collection)
if
you want to override the existing values.
hoursOfOperations
- Information about the hours of operations.public SearchHoursOfOperationsResult withHoursOfOperations(Collection<HoursOfOperation> hoursOfOperations)
Information about the hours of operations.
hoursOfOperations
- Information about the hours of operations.public void setNextToken(String nextToken)
If there are additional results, this is the token for the next set of results.
nextToken
- If there are additional results, this is the token for the next set of results.public String getNextToken()
If there are additional results, this is the token for the next set of results.
public SearchHoursOfOperationsResult withNextToken(String nextToken)
If there are additional results, this is the token for the next set of results.
nextToken
- If there are additional results, this is the token for the next set of results.public void setApproximateTotalCount(Long approximateTotalCount)
The total number of hours of operations which matched your search query.
approximateTotalCount
- The total number of hours of operations which matched your search query.public Long getApproximateTotalCount()
The total number of hours of operations which matched your search query.
public SearchHoursOfOperationsResult withApproximateTotalCount(Long approximateTotalCount)
The total number of hours of operations which matched your search query.
approximateTotalCount
- The total number of hours of operations which matched your search query.public String toString()
toString
in class Object
Object.toString()
public SearchHoursOfOperationsResult clone()