@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class HolidayConfigAttributes extends Object implements Serializable, Cloneable, StructuredPojo
Stores the holiday featurization attributes applicable to each item of time-series datasets during the training of a forecasting model. This allows the model to identify patterns associated with specific holidays.
Constructor and Description |
---|
HolidayConfigAttributes() |
Modifier and Type | Method and Description |
---|---|
HolidayConfigAttributes |
clone() |
boolean |
equals(Object obj) |
String |
getCountryCode()
The country code for the holiday calendar.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setCountryCode(String countryCode)
The country code for the holiday calendar.
|
String |
toString()
Returns a string representation of this object.
|
HolidayConfigAttributes |
withCountryCode(String countryCode)
The country code for the holiday calendar.
|
public void setCountryCode(String countryCode)
The country code for the holiday calendar.
For the list of public holiday calendars supported by AutoML job V2, see Country Codes. Use the country code corresponding to the country of your choice.
countryCode
- The country code for the holiday calendar.
For the list of public holiday calendars supported by AutoML job V2, see Country Codes. Use the country code corresponding to the country of your choice.
public String getCountryCode()
The country code for the holiday calendar.
For the list of public holiday calendars supported by AutoML job V2, see Country Codes. Use the country code corresponding to the country of your choice.
For the list of public holiday calendars supported by AutoML job V2, see Country Codes. Use the country code corresponding to the country of your choice.
public HolidayConfigAttributes withCountryCode(String countryCode)
The country code for the holiday calendar.
For the list of public holiday calendars supported by AutoML job V2, see Country Codes. Use the country code corresponding to the country of your choice.
countryCode
- The country code for the holiday calendar.
For the list of public holiday calendars supported by AutoML job V2, see Country Codes. Use the country code corresponding to the country of your choice.
public String toString()
toString
in class Object
Object.toString()
public HolidayConfigAttributes clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.