@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 Object
Object.toString()
public UpdateFileSystemLustreConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.