@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateFileSystemLustreConfiguration extends Object implements Serializable, Cloneable, StructuredPojo
The configuration object for Amazon FSx for Lustre file systems used in the UpdateFileSystem operation.
| Constructor and Description |
|---|
UpdateFileSystemLustreConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
UpdateFileSystemLustreConfiguration |
clone() |
boolean |
equals(Object obj) |
String |
getWeeklyMaintenanceStartTime()
The preferred time to perform weekly maintenance, in the UTC time zone.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setWeeklyMaintenanceStartTime(String weeklyMaintenanceStartTime)
The preferred time to perform weekly maintenance, in the UTC time zone.
|
String |
toString()
Returns a string representation of this object.
|
UpdateFileSystemLustreConfiguration |
withWeeklyMaintenanceStartTime(String weeklyMaintenanceStartTime)
The preferred time to perform weekly maintenance, in the UTC time zone.
|
public void setWeeklyMaintenanceStartTime(String weeklyMaintenanceStartTime)
The preferred time to perform weekly maintenance, in the UTC time zone.
weeklyMaintenanceStartTime - The preferred time to perform weekly maintenance, in the UTC time zone.public String getWeeklyMaintenanceStartTime()
The preferred time to perform weekly maintenance, in the UTC time zone.
public UpdateFileSystemLustreConfiguration withWeeklyMaintenanceStartTime(String weeklyMaintenanceStartTime)
The preferred time to perform weekly maintenance, in the UTC time zone.
weeklyMaintenanceStartTime - The preferred time to perform weekly maintenance, in the UTC time zone.public String toString()
toString in class ObjectObject.toString()public UpdateFileSystemLustreConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2019. All rights reserved.