@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SupplementaryFeature extends Object implements Serializable, Cloneable, StructuredPojo
Describes a supplementary feature of a dataset group. This object is part of the InputDataConfig object.
For this release, the only supported feature is a holiday calendar. If the calendar is used, all data should belong to the same country as the calendar. For the calendar data, see http://jollyday.sourceforge.net/data.html.
| Constructor and Description |
|---|
SupplementaryFeature() |
| Modifier and Type | Method and Description |
|---|---|
SupplementaryFeature |
clone() |
boolean |
equals(Object obj) |
String |
getName()
The name of the feature.
|
String |
getValue()
One of the following 2 letter country codes:
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setName(String name)
The name of the feature.
|
void |
setValue(String value)
One of the following 2 letter country codes:
|
String |
toString()
Returns a string representation of this object.
|
SupplementaryFeature |
withName(String name)
The name of the feature.
|
SupplementaryFeature |
withValue(String value)
One of the following 2 letter country codes:
|
public void setName(String name)
The name of the feature. This must be "holiday".
name - The name of the feature. This must be "holiday".public String getName()
The name of the feature. This must be "holiday".
public SupplementaryFeature withName(String name)
The name of the feature. This must be "holiday".
name - The name of the feature. This must be "holiday".public void setValue(String value)
One of the following 2 letter country codes:
"AU" - AUSTRALIA
"DE" - GERMANY
"JP" - JAPAN
"US" - UNITED_STATES
"UK" - UNITED_KINGDOM
value - One of the following 2 letter country codes:
"AU" - AUSTRALIA
"DE" - GERMANY
"JP" - JAPAN
"US" - UNITED_STATES
"UK" - UNITED_KINGDOM
public String getValue()
One of the following 2 letter country codes:
"AU" - AUSTRALIA
"DE" - GERMANY
"JP" - JAPAN
"US" - UNITED_STATES
"UK" - UNITED_KINGDOM
"AU" - AUSTRALIA
"DE" - GERMANY
"JP" - JAPAN
"US" - UNITED_STATES
"UK" - UNITED_KINGDOM
public SupplementaryFeature withValue(String value)
One of the following 2 letter country codes:
"AU" - AUSTRALIA
"DE" - GERMANY
"JP" - JAPAN
"US" - UNITED_STATES
"UK" - UNITED_KINGDOM
value - One of the following 2 letter country codes:
"AU" - AUSTRALIA
"DE" - GERMANY
"JP" - JAPAN
"US" - UNITED_STATES
"UK" - UNITED_KINGDOM
public String toString()
toString in class ObjectObject.toString()public SupplementaryFeature clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2019. All rights reserved.