@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UtteranceAggregationDuration extends Object implements Serializable, Cloneable, StructuredPojo
Provides parameters for setting the time window and duration for aggregating utterance data.
Constructor and Description |
---|
UtteranceAggregationDuration() |
Modifier and Type | Method and Description |
---|---|
UtteranceAggregationDuration |
clone() |
boolean |
equals(Object obj) |
RelativeAggregationDuration |
getRelativeAggregationDuration()
The desired time window for aggregating utterances.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setRelativeAggregationDuration(RelativeAggregationDuration relativeAggregationDuration)
The desired time window for aggregating utterances.
|
String |
toString()
Returns a string representation of this object.
|
UtteranceAggregationDuration |
withRelativeAggregationDuration(RelativeAggregationDuration relativeAggregationDuration)
The desired time window for aggregating utterances.
|
public void setRelativeAggregationDuration(RelativeAggregationDuration relativeAggregationDuration)
The desired time window for aggregating utterances.
relativeAggregationDuration
- The desired time window for aggregating utterances.public RelativeAggregationDuration getRelativeAggregationDuration()
The desired time window for aggregating utterances.
public UtteranceAggregationDuration withRelativeAggregationDuration(RelativeAggregationDuration relativeAggregationDuration)
The desired time window for aggregating utterances.
relativeAggregationDuration
- The desired time window for aggregating utterances.public String toString()
toString
in class Object
Object.toString()
public UtteranceAggregationDuration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.