public class DescribeHoursOfOperationResult
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
DescribeHoursOfOperationResult() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
HoursOfOperation |
getHoursOfOperation()
The hours of operation.
|
int |
hashCode() |
void |
setHoursOfOperation(HoursOfOperation hoursOfOperation)
The hours of operation.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeHoursOfOperationResult |
withHoursOfOperation(HoursOfOperation hoursOfOperation)
The hours of operation.
|
public HoursOfOperation getHoursOfOperation()
The hours of operation.
The hours of operation.
public void setHoursOfOperation(HoursOfOperation hoursOfOperation)
The hours of operation.
hoursOfOperation - The hours of operation.
public DescribeHoursOfOperationResult withHoursOfOperation(HoursOfOperation hoursOfOperation)
The hours of operation.
Returns a reference to this object so that method calls can be chained together.
hoursOfOperation - The hours of operation.
public java.lang.String toString()
toString in class java.lang.ObjectObject.toString()public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Object