@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)
Marshalls this structured data using the given
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)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.