@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateFileCacheLustreConfiguration extends Object implements Serializable, Cloneable, StructuredPojo
The configuration update for an Amazon File Cache resource.
Constructor and Description |
---|
UpdateFileCacheLustreConfiguration() |
Modifier and Type | Method and Description |
---|---|
UpdateFileCacheLustreConfiguration |
clone() |
boolean |
equals(Object obj) |
String |
getWeeklyMaintenanceStartTime() |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setWeeklyMaintenanceStartTime(String weeklyMaintenanceStartTime) |
String |
toString()
Returns a string representation of this object.
|
UpdateFileCacheLustreConfiguration |
withWeeklyMaintenanceStartTime(String weeklyMaintenanceStartTime) |
public void setWeeklyMaintenanceStartTime(String weeklyMaintenanceStartTime)
weeklyMaintenanceStartTime
- public String getWeeklyMaintenanceStartTime()
public UpdateFileCacheLustreConfiguration withWeeklyMaintenanceStartTime(String weeklyMaintenanceStartTime)
weeklyMaintenanceStartTime
- public String toString()
toString
in class Object
Object.toString()
public UpdateFileCacheLustreConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.