@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class HoursOfOperationSummary extends Object implements Serializable, Cloneable, StructuredPojo
Contains summary information about hours of operation for a contact center.
Constructor and Description |
---|
HoursOfOperationSummary() |
Modifier and Type | Method and Description |
---|---|
HoursOfOperationSummary |
clone() |
boolean |
equals(Object obj) |
String |
getArn()
The Amazon Resource Name (ARN) of the hours of operation.
|
String |
getId()
The identifier of the hours of operation.
|
String |
getName()
The name of the hours of operation.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setArn(String arn)
The Amazon Resource Name (ARN) of the hours of operation.
|
void |
setId(String id)
The identifier of the hours of operation.
|
void |
setName(String name)
The name of the hours of operation.
|
String |
toString()
Returns a string representation of this object.
|
HoursOfOperationSummary |
withArn(String arn)
The Amazon Resource Name (ARN) of the hours of operation.
|
HoursOfOperationSummary |
withId(String id)
The identifier of the hours of operation.
|
HoursOfOperationSummary |
withName(String name)
The name of the hours of operation.
|
public void setId(String id)
The identifier of the hours of operation.
id
- The identifier of the hours of operation.public String getId()
The identifier of the hours of operation.
public HoursOfOperationSummary withId(String id)
The identifier of the hours of operation.
id
- The identifier of the hours of operation.public void setArn(String arn)
The Amazon Resource Name (ARN) of the hours of operation.
arn
- The Amazon Resource Name (ARN) of the hours of operation.public String getArn()
The Amazon Resource Name (ARN) of the hours of operation.
public HoursOfOperationSummary withArn(String arn)
The Amazon Resource Name (ARN) of the hours of operation.
arn
- The Amazon Resource Name (ARN) of the hours of operation.public void setName(String name)
The name of the hours of operation.
name
- The name of the hours of operation.public String getName()
The name of the hours of operation.
public HoursOfOperationSummary withName(String name)
The name of the hours of operation.
name
- The name of the hours of operation.public String toString()
toString
in class Object
Object.toString()
public HoursOfOperationSummary clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.