@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class RollingDateConfiguration extends Object implements Serializable, Cloneable, StructuredPojo
The rolling date configuration of a date time filter.
Constructor and Description |
---|
RollingDateConfiguration() |
Modifier and Type | Method and Description |
---|---|
RollingDateConfiguration |
clone() |
boolean |
equals(Object obj) |
String |
getDataSetIdentifier()
The data set that is used in the rolling date configuration.
|
String |
getExpression()
The expression of the rolling date configuration.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setDataSetIdentifier(String dataSetIdentifier)
The data set that is used in the rolling date configuration.
|
void |
setExpression(String expression)
The expression of the rolling date configuration.
|
String |
toString()
Returns a string representation of this object.
|
RollingDateConfiguration |
withDataSetIdentifier(String dataSetIdentifier)
The data set that is used in the rolling date configuration.
|
RollingDateConfiguration |
withExpression(String expression)
The expression of the rolling date configuration.
|
public void setDataSetIdentifier(String dataSetIdentifier)
The data set that is used in the rolling date configuration.
dataSetIdentifier
- The data set that is used in the rolling date configuration.public String getDataSetIdentifier()
The data set that is used in the rolling date configuration.
public RollingDateConfiguration withDataSetIdentifier(String dataSetIdentifier)
The data set that is used in the rolling date configuration.
dataSetIdentifier
- The data set that is used in the rolling date configuration.public void setExpression(String expression)
The expression of the rolling date configuration.
expression
- The expression of the rolling date configuration.public String getExpression()
The expression of the rolling date configuration.
public RollingDateConfiguration withExpression(String expression)
The expression of the rolling date configuration.
expression
- The expression of the rolling date configuration.public String toString()
toString
in class Object
Object.toString()
public RollingDateConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall
in interface StructuredPojo
Copyright © 2024. All rights reserved.