@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CategoryProperties extends Object implements Serializable, Cloneable, StructuredPojo
An object that contains the rules and additional information about a call analytics category.
Constructor and Description |
---|
CategoryProperties() |
Modifier and Type | Method and Description |
---|---|
CategoryProperties |
clone() |
boolean |
equals(Object obj) |
String |
getCategoryName()
The name of the call analytics category.
|
Date |
getCreateTime()
A timestamp that shows when the call analytics category was created.
|
Date |
getLastUpdateTime()
A timestamp that shows when the call analytics category was most recently updated.
|
List<Rule> |
getRules()
The rules used to create a call analytics category.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setCategoryName(String categoryName)
The name of the call analytics category.
|
void |
setCreateTime(Date createTime)
A timestamp that shows when the call analytics category was created.
|
void |
setLastUpdateTime(Date lastUpdateTime)
A timestamp that shows when the call analytics category was most recently updated.
|
void |
setRules(Collection<Rule> rules)
The rules used to create a call analytics category.
|
String |
toString()
Returns a string representation of this object.
|
CategoryProperties |
withCategoryName(String categoryName)
The name of the call analytics category.
|
CategoryProperties |
withCreateTime(Date createTime)
A timestamp that shows when the call analytics category was created.
|
CategoryProperties |
withLastUpdateTime(Date lastUpdateTime)
A timestamp that shows when the call analytics category was most recently updated.
|
CategoryProperties |
withRules(Collection<Rule> rules)
The rules used to create a call analytics category.
|
CategoryProperties |
withRules(Rule... rules)
The rules used to create a call analytics category.
|
public void setCategoryName(String categoryName)
The name of the call analytics category.
categoryName
- The name of the call analytics category.public String getCategoryName()
The name of the call analytics category.
public CategoryProperties withCategoryName(String categoryName)
The name of the call analytics category.
categoryName
- The name of the call analytics category.public List<Rule> getRules()
The rules used to create a call analytics category.
public void setRules(Collection<Rule> rules)
The rules used to create a call analytics category.
rules
- The rules used to create a call analytics category.public CategoryProperties withRules(Rule... rules)
The rules used to create a call analytics category.
NOTE: This method appends the values to the existing list (if any). Use
setRules(java.util.Collection)
or withRules(java.util.Collection)
if you want to override the
existing values.
rules
- The rules used to create a call analytics category.public CategoryProperties withRules(Collection<Rule> rules)
The rules used to create a call analytics category.
rules
- The rules used to create a call analytics category.public void setCreateTime(Date createTime)
A timestamp that shows when the call analytics category was created.
createTime
- A timestamp that shows when the call analytics category was created.public Date getCreateTime()
A timestamp that shows when the call analytics category was created.
public CategoryProperties withCreateTime(Date createTime)
A timestamp that shows when the call analytics category was created.
createTime
- A timestamp that shows when the call analytics category was created.public void setLastUpdateTime(Date lastUpdateTime)
A timestamp that shows when the call analytics category was most recently updated.
lastUpdateTime
- A timestamp that shows when the call analytics category was most recently updated.public Date getLastUpdateTime()
A timestamp that shows when the call analytics category was most recently updated.
public CategoryProperties withLastUpdateTime(Date lastUpdateTime)
A timestamp that shows when the call analytics category was most recently updated.
lastUpdateTime
- A timestamp that shows when the call analytics category was most recently updated.public String toString()
toString
in class Object
Object.toString()
public CategoryProperties clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.