@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateHoursOfOperationResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
CreateHoursOfOperationResult() |
Modifier and Type | Method and Description |
---|---|
CreateHoursOfOperationResult |
clone() |
boolean |
equals(Object obj) |
String |
getHoursOfOperationArn()
The Amazon Resource Name (ARN) for the hours of operation.
|
String |
getHoursOfOperationId()
The identifier for the hours of operation.
|
int |
hashCode() |
void |
setHoursOfOperationArn(String hoursOfOperationArn)
The Amazon Resource Name (ARN) for the hours of operation.
|
void |
setHoursOfOperationId(String hoursOfOperationId)
The identifier for the hours of operation.
|
String |
toString()
Returns a string representation of this object.
|
CreateHoursOfOperationResult |
withHoursOfOperationArn(String hoursOfOperationArn)
The Amazon Resource Name (ARN) for the hours of operation.
|
CreateHoursOfOperationResult |
withHoursOfOperationId(String hoursOfOperationId)
The identifier for the hours of operation.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setHoursOfOperationId(String hoursOfOperationId)
The identifier for the hours of operation.
hoursOfOperationId
- The identifier for the hours of operation.public String getHoursOfOperationId()
The identifier for the hours of operation.
public CreateHoursOfOperationResult withHoursOfOperationId(String hoursOfOperationId)
The identifier for the hours of operation.
hoursOfOperationId
- The identifier for the hours of operation.public void setHoursOfOperationArn(String hoursOfOperationArn)
The Amazon Resource Name (ARN) for the hours of operation.
hoursOfOperationArn
- The Amazon Resource Name (ARN) for the hours of operation.public String getHoursOfOperationArn()
The Amazon Resource Name (ARN) for the hours of operation.
public CreateHoursOfOperationResult withHoursOfOperationArn(String hoursOfOperationArn)
The Amazon Resource Name (ARN) for the hours of operation.
hoursOfOperationArn
- The Amazon Resource Name (ARN) for the hours of operation.public String toString()
toString
in class Object
Object.toString()
public CreateHoursOfOperationResult clone()