@Generated(value="software.amazon.awssdk:codegen") public final class UpdateServerRequest extends OpsWorksCmRequest implements ToCopyableBuilder<UpdateServerRequest.Builder,UpdateServerRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
UpdateServerRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
Integer |
backupRetentionCount()
Sets the number of automated backups that you want to keep.
|
static UpdateServerRequest.Builder |
builder() |
Boolean |
disableAutomatedBackup()
Setting DisableAutomatedBackup to
true disables automated or scheduled backups. |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
preferredBackupWindow()
Returns the value of the PreferredBackupWindow property for this object.
|
String |
preferredMaintenanceWindow()
Returns the value of the PreferredMaintenanceWindow property for this object.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends UpdateServerRequest.Builder> |
serializableBuilderClass() |
String |
serverName()
The name of the server to update.
|
UpdateServerRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Boolean disableAutomatedBackup()
Setting DisableAutomatedBackup to true disables automated or scheduled backups. Automated backups
are enabled by default.
true disables automated or scheduled backups. Automated
backups are enabled by default.public final Integer backupRetentionCount()
Sets the number of automated backups that you want to keep.
public final String serverName()
The name of the server to update.
public final String preferredMaintenanceWindow()
public final String preferredBackupWindow()
public UpdateServerRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<UpdateServerRequest.Builder,UpdateServerRequest>toBuilder in class OpsWorksCmRequestpublic static UpdateServerRequest.Builder builder()
public static Class<? extends UpdateServerRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2023. All rights reserved.