@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AgentAliasHistoryEvent extends Object implements Serializable, Cloneable, StructuredPojo
History event for an alias for an Agent.
| Constructor and Description |
|---|
AgentAliasHistoryEvent() |
| Modifier and Type | Method and Description |
|---|---|
AgentAliasHistoryEvent |
clone() |
boolean |
equals(Object obj) |
Date |
getEndDate() |
List<AgentAliasRoutingConfigurationListItem> |
getRoutingConfiguration() |
Date |
getStartDate() |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setEndDate(Date endDate) |
void |
setRoutingConfiguration(Collection<AgentAliasRoutingConfigurationListItem> routingConfiguration) |
void |
setStartDate(Date startDate) |
String |
toString()
Returns a string representation of this object.
|
AgentAliasHistoryEvent |
withEndDate(Date endDate) |
AgentAliasHistoryEvent |
withRoutingConfiguration(AgentAliasRoutingConfigurationListItem... routingConfiguration)
NOTE: This method appends the values to the existing list (if any).
|
AgentAliasHistoryEvent |
withRoutingConfiguration(Collection<AgentAliasRoutingConfigurationListItem> routingConfiguration) |
AgentAliasHistoryEvent |
withStartDate(Date startDate) |
public List<AgentAliasRoutingConfigurationListItem> getRoutingConfiguration()
public void setRoutingConfiguration(Collection<AgentAliasRoutingConfigurationListItem> routingConfiguration)
routingConfiguration - public AgentAliasHistoryEvent withRoutingConfiguration(AgentAliasRoutingConfigurationListItem... routingConfiguration)
NOTE: This method appends the values to the existing list (if any). Use
setRoutingConfiguration(java.util.Collection) or withRoutingConfiguration(java.util.Collection)
if you want to override the existing values.
routingConfiguration - public AgentAliasHistoryEvent withRoutingConfiguration(Collection<AgentAliasRoutingConfigurationListItem> routingConfiguration)
routingConfiguration - public void setEndDate(Date endDate)
endDate - public Date getEndDate()
public AgentAliasHistoryEvent withEndDate(Date endDate)
endDate - public void setStartDate(Date startDate)
startDate - public Date getStartDate()
public AgentAliasHistoryEvent withStartDate(Date startDate)
startDate - public String toString()
toString in class ObjectObject.toString()public AgentAliasHistoryEvent clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2024. All rights reserved.