public class CreateHoursOfOperationResult
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
CreateHoursOfOperationResult() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getHoursOfOperationArn()
The Amazon Resource Name (ARN) for the hours of operation.
|
java.lang.String |
getHoursOfOperationId()
The identifier for the hours of operation.
|
int |
hashCode() |
void |
setHoursOfOperationArn(java.lang.String hoursOfOperationArn)
The Amazon Resource Name (ARN) for the hours of operation.
|
void |
setHoursOfOperationId(java.lang.String hoursOfOperationId)
The identifier for the hours of operation.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
CreateHoursOfOperationResult |
withHoursOfOperationArn(java.lang.String hoursOfOperationArn)
The Amazon Resource Name (ARN) for the hours of operation.
|
CreateHoursOfOperationResult |
withHoursOfOperationId(java.lang.String hoursOfOperationId)
The identifier for the hours of operation.
|
public java.lang.String getHoursOfOperationId()
The identifier for the hours of operation.
The identifier for the hours of operation.
public void setHoursOfOperationId(java.lang.String hoursOfOperationId)
The identifier for the hours of operation.
hoursOfOperationId - The identifier for the hours of operation.
public CreateHoursOfOperationResult withHoursOfOperationId(java.lang.String hoursOfOperationId)
The identifier for the hours of operation.
Returns a reference to this object so that method calls can be chained together.
hoursOfOperationId - The identifier for the hours of operation.
public java.lang.String getHoursOfOperationArn()
The Amazon Resource Name (ARN) for the hours of operation.
The Amazon Resource Name (ARN) for the hours of operation.
public void setHoursOfOperationArn(java.lang.String hoursOfOperationArn)
The Amazon Resource Name (ARN) for the hours of operation.
hoursOfOperationArn - The Amazon Resource Name (ARN) for the hours of operation.
public CreateHoursOfOperationResult withHoursOfOperationArn(java.lang.String hoursOfOperationArn)
The Amazon Resource Name (ARN) for the hours of operation.
Returns a reference to this object so that method calls can be chained together.
hoursOfOperationArn - The Amazon Resource Name (ARN) for 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