@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DataSourceFreeTrial extends Object implements Serializable, Cloneable, StructuredPojo
Contains information about which data sources are enabled for the GuardDuty member account.
Constructor and Description |
---|
DataSourceFreeTrial() |
Modifier and Type | Method and Description |
---|---|
DataSourceFreeTrial |
clone() |
boolean |
equals(Object obj) |
Integer |
getFreeTrialDaysRemaining()
A value that specifies the number of days left to use each enabled data source.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setFreeTrialDaysRemaining(Integer freeTrialDaysRemaining)
A value that specifies the number of days left to use each enabled data source.
|
String |
toString()
Returns a string representation of this object.
|
DataSourceFreeTrial |
withFreeTrialDaysRemaining(Integer freeTrialDaysRemaining)
A value that specifies the number of days left to use each enabled data source.
|
public void setFreeTrialDaysRemaining(Integer freeTrialDaysRemaining)
A value that specifies the number of days left to use each enabled data source.
freeTrialDaysRemaining
- A value that specifies the number of days left to use each enabled data source.public Integer getFreeTrialDaysRemaining()
A value that specifies the number of days left to use each enabled data source.
public DataSourceFreeTrial withFreeTrialDaysRemaining(Integer freeTrialDaysRemaining)
A value that specifies the number of days left to use each enabled data source.
freeTrialDaysRemaining
- A value that specifies the number of days left to use each enabled data source.public String toString()
toString
in class Object
Object.toString()
public DataSourceFreeTrial clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.