@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AssetOptions extends Object implements Serializable, Cloneable, StructuredPojo
An array of analysis level configurations.
| Constructor and Description |
|---|
AssetOptions() |
| Modifier and Type | Method and Description |
|---|---|
AssetOptions |
clone() |
boolean |
equals(Object obj) |
String |
getTimezone()
Determines the timezone for the analysis.
|
String |
getWeekStart()
Determines the week start day for an analysis.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setTimezone(String timezone)
Determines the timezone for the analysis.
|
void |
setWeekStart(String weekStart)
Determines the week start day for an analysis.
|
String |
toString()
Returns a string representation of this object.
|
AssetOptions |
withTimezone(String timezone)
Determines the timezone for the analysis.
|
AssetOptions |
withWeekStart(DayOfTheWeek weekStart)
Determines the week start day for an analysis.
|
AssetOptions |
withWeekStart(String weekStart)
Determines the week start day for an analysis.
|
public void setTimezone(String timezone)
Determines the timezone for the analysis.
timezone - Determines the timezone for the analysis.public String getTimezone()
Determines the timezone for the analysis.
public AssetOptions withTimezone(String timezone)
Determines the timezone for the analysis.
timezone - Determines the timezone for the analysis.public void setWeekStart(String weekStart)
Determines the week start day for an analysis.
weekStart - Determines the week start day for an analysis.DayOfTheWeekpublic String getWeekStart()
Determines the week start day for an analysis.
DayOfTheWeekpublic AssetOptions withWeekStart(String weekStart)
Determines the week start day for an analysis.
weekStart - Determines the week start day for an analysis.DayOfTheWeekpublic AssetOptions withWeekStart(DayOfTheWeek weekStart)
Determines the week start day for an analysis.
weekStart - Determines the week start day for an analysis.DayOfTheWeekpublic String toString()
toString in class ObjectObject.toString()public AssetOptions clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.