@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DataLakeLifecycleExpiration extends Object implements Serializable, Cloneable, StructuredPojo
Provide expiration lifecycle details of Amazon Security Lake object.
| Constructor and Description |
|---|
DataLakeLifecycleExpiration() |
| Modifier and Type | Method and Description |
|---|---|
DataLakeLifecycleExpiration |
clone() |
boolean |
equals(Object obj) |
Integer |
getDays()
Number of days before data expires in the Amazon Security Lake object.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setDays(Integer days)
Number of days before data expires in the Amazon Security Lake object.
|
String |
toString()
Returns a string representation of this object.
|
DataLakeLifecycleExpiration |
withDays(Integer days)
Number of days before data expires in the Amazon Security Lake object.
|
public void setDays(Integer days)
Number of days before data expires in the Amazon Security Lake object.
days - Number of days before data expires in the Amazon Security Lake object.public Integer getDays()
Number of days before data expires in the Amazon Security Lake object.
public DataLakeLifecycleExpiration withDays(Integer days)
Number of days before data expires in the Amazon Security Lake object.
days - Number of days before data expires in the Amazon Security Lake object.public String toString()
toString in class ObjectObject.toString()public DataLakeLifecycleExpiration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.