@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class TrackingConfig extends Object implements Serializable, Cloneable, StructuredPojo
Object that determines whether tracking should be used during a contact executed with this Config
in the
mission profile.
Constructor and Description |
---|
TrackingConfig() |
Modifier and Type | Method and Description |
---|---|
TrackingConfig |
clone() |
boolean |
equals(Object obj) |
String |
getAutotrack()
Current setting for autotrack.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setAutotrack(String autotrack)
Current setting for autotrack.
|
String |
toString()
Returns a string representation of this object.
|
TrackingConfig |
withAutotrack(Criticality autotrack)
Current setting for autotrack.
|
TrackingConfig |
withAutotrack(String autotrack)
Current setting for autotrack.
|
public void setAutotrack(String autotrack)
Current setting for autotrack.
autotrack
- Current setting for autotrack.Criticality
public String getAutotrack()
Current setting for autotrack.
Criticality
public TrackingConfig withAutotrack(String autotrack)
Current setting for autotrack.
autotrack
- Current setting for autotrack.Criticality
public TrackingConfig withAutotrack(Criticality autotrack)
Current setting for autotrack.
autotrack
- Current setting for autotrack.Criticality
public String toString()
toString
in class Object
Object.toString()
public TrackingConfig clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.