@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListHoursOfOperationsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ListHoursOfOperationsResult() |
Modifier and Type | Method and Description |
---|---|
ListHoursOfOperationsResult |
clone() |
boolean |
equals(Object obj) |
List<HoursOfOperationSummary> |
getHoursOfOperationSummaryList()
Information about the hours of operation.
|
String |
getNextToken()
If there are additional results, this is the token for the next set of results.
|
int |
hashCode() |
void |
setHoursOfOperationSummaryList(Collection<HoursOfOperationSummary> hoursOfOperationSummaryList)
Information about the hours of operation.
|
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.
|
ListHoursOfOperationsResult |
withHoursOfOperationSummaryList(Collection<HoursOfOperationSummary> hoursOfOperationSummaryList)
Information about the hours of operation.
|
ListHoursOfOperationsResult |
withHoursOfOperationSummaryList(HoursOfOperationSummary... hoursOfOperationSummaryList)
Information about the hours of operation.
|
ListHoursOfOperationsResult |
withNextToken(String nextToken)
If there are additional results, this is the token for the next set of results.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<HoursOfOperationSummary> getHoursOfOperationSummaryList()
Information about the hours of operation.
public void setHoursOfOperationSummaryList(Collection<HoursOfOperationSummary> hoursOfOperationSummaryList)
Information about the hours of operation.
hoursOfOperationSummaryList
- Information about the hours of operation.public ListHoursOfOperationsResult withHoursOfOperationSummaryList(HoursOfOperationSummary... hoursOfOperationSummaryList)
Information about the hours of operation.
NOTE: This method appends the values to the existing list (if any). Use
setHoursOfOperationSummaryList(java.util.Collection)
or
withHoursOfOperationSummaryList(java.util.Collection)
if you want to override the existing values.
hoursOfOperationSummaryList
- Information about the hours of operation.public ListHoursOfOperationsResult withHoursOfOperationSummaryList(Collection<HoursOfOperationSummary> hoursOfOperationSummaryList)
Information about the hours of operation.
hoursOfOperationSummaryList
- Information about the hours of operation.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 ListHoursOfOperationsResult 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 String toString()
toString
in class Object
Object.toString()
public ListHoursOfOperationsResult clone()