@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.DayOfTheWeek
public String getWeekStart()
Determines the week start day for an analysis.
DayOfTheWeek
public AssetOptions withWeekStart(String weekStart)
Determines the week start day for an analysis.
weekStart
- Determines the week start day for an analysis.DayOfTheWeek
public AssetOptions withWeekStart(DayOfTheWeek weekStart)
Determines the week start day for an analysis.
weekStart
- Determines the week start day for an analysis.DayOfTheWeek
public String toString()
toString
in class Object
Object.toString()
public AssetOptions clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.