@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CollectionScheme extends Object implements Serializable, Cloneable, StructuredPojo
Specifies what data to collect and how often or when to collect it.
Constructor and Description |
---|
CollectionScheme() |
Modifier and Type | Method and Description |
---|---|
CollectionScheme |
clone() |
boolean |
equals(Object obj) |
ConditionBasedCollectionScheme |
getConditionBasedCollectionScheme()
Information about a collection scheme that uses a simple logical expression to recognize what data to collect.
|
TimeBasedCollectionScheme |
getTimeBasedCollectionScheme()
Information about a collection scheme that uses a time period to decide how often to collect data.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setConditionBasedCollectionScheme(ConditionBasedCollectionScheme conditionBasedCollectionScheme)
Information about a collection scheme that uses a simple logical expression to recognize what data to collect.
|
void |
setTimeBasedCollectionScheme(TimeBasedCollectionScheme timeBasedCollectionScheme)
Information about a collection scheme that uses a time period to decide how often to collect data.
|
String |
toString()
Returns a string representation of this object.
|
CollectionScheme |
withConditionBasedCollectionScheme(ConditionBasedCollectionScheme conditionBasedCollectionScheme)
Information about a collection scheme that uses a simple logical expression to recognize what data to collect.
|
CollectionScheme |
withTimeBasedCollectionScheme(TimeBasedCollectionScheme timeBasedCollectionScheme)
Information about a collection scheme that uses a time period to decide how often to collect data.
|
public void setTimeBasedCollectionScheme(TimeBasedCollectionScheme timeBasedCollectionScheme)
Information about a collection scheme that uses a time period to decide how often to collect data.
timeBasedCollectionScheme
- Information about a collection scheme that uses a time period to decide how often to collect data.public TimeBasedCollectionScheme getTimeBasedCollectionScheme()
Information about a collection scheme that uses a time period to decide how often to collect data.
public CollectionScheme withTimeBasedCollectionScheme(TimeBasedCollectionScheme timeBasedCollectionScheme)
Information about a collection scheme that uses a time period to decide how often to collect data.
timeBasedCollectionScheme
- Information about a collection scheme that uses a time period to decide how often to collect data.public void setConditionBasedCollectionScheme(ConditionBasedCollectionScheme conditionBasedCollectionScheme)
Information about a collection scheme that uses a simple logical expression to recognize what data to collect.
conditionBasedCollectionScheme
- Information about a collection scheme that uses a simple logical expression to recognize what data to
collect.public ConditionBasedCollectionScheme getConditionBasedCollectionScheme()
Information about a collection scheme that uses a simple logical expression to recognize what data to collect.
public CollectionScheme withConditionBasedCollectionScheme(ConditionBasedCollectionScheme conditionBasedCollectionScheme)
Information about a collection scheme that uses a simple logical expression to recognize what data to collect.
conditionBasedCollectionScheme
- Information about a collection scheme that uses a simple logical expression to recognize what data to
collect.public String toString()
toString
in class Object
Object.toString()
public CollectionScheme clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.