@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AnchorDateConfiguration extends Object implements Serializable, Cloneable, StructuredPojo
The date configuration of the filter.
| Constructor and Description | 
|---|
AnchorDateConfiguration()  | 
| Modifier and Type | Method and Description | 
|---|---|
AnchorDateConfiguration | 
clone()  | 
boolean | 
equals(Object obj)  | 
String | 
getAnchorOption()
 The options for the date configuration. 
 | 
String | 
getParameterName()
 The name of the parameter that is used for the anchor date configuration. 
 | 
int | 
hashCode()  | 
void | 
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given  
ProtocolMarshaller. | 
void | 
setAnchorOption(String anchorOption)
 The options for the date configuration. 
 | 
void | 
setParameterName(String parameterName)
 The name of the parameter that is used for the anchor date configuration. 
 | 
String | 
toString()
Returns a string representation of this object. 
 | 
AnchorDateConfiguration | 
withAnchorOption(AnchorOption anchorOption)
 The options for the date configuration. 
 | 
AnchorDateConfiguration | 
withAnchorOption(String anchorOption)
 The options for the date configuration. 
 | 
AnchorDateConfiguration | 
withParameterName(String parameterName)
 The name of the parameter that is used for the anchor date configuration. 
 | 
public void setAnchorOption(String anchorOption)
The options for the date configuration. Choose one of the options below:
 NOW
 
anchorOption - The options for the date configuration. Choose one of the options below:
        
        NOW
        
AnchorOptionpublic String getAnchorOption()
The options for the date configuration. Choose one of the options below:
 NOW
 
         NOW
         
AnchorOptionpublic AnchorDateConfiguration withAnchorOption(String anchorOption)
The options for the date configuration. Choose one of the options below:
 NOW
 
anchorOption - The options for the date configuration. Choose one of the options below:
        
        NOW
        
AnchorOptionpublic AnchorDateConfiguration withAnchorOption(AnchorOption anchorOption)
The options for the date configuration. Choose one of the options below:
 NOW
 
anchorOption - The options for the date configuration. Choose one of the options below:
        
        NOW
        
AnchorOptionpublic void setParameterName(String parameterName)
The name of the parameter that is used for the anchor date configuration.
parameterName - The name of the parameter that is used for the anchor date configuration.public String getParameterName()
The name of the parameter that is used for the anchor date configuration.
public AnchorDateConfiguration withParameterName(String parameterName)
The name of the parameter that is used for the anchor date configuration.
parameterName - The name of the parameter that is used for the anchor date configuration.public String toString()
toString in class ObjectObject.toString()public AnchorDateConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.