@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class BackintConfig extends Object implements Serializable, Cloneable, StructuredPojo
Configuration parameters for AWS Backint Agent for SAP HANA. You can backup your SAP HANA database with AWS Backup or Amazon S3.
Constructor and Description |
---|
BackintConfig() |
Modifier and Type | Method and Description |
---|---|
BackintConfig |
clone() |
boolean |
equals(Object obj) |
String |
getBackintMode()
AWS service for your database backup.
|
Boolean |
getEnsureNoBackupInProcess()
|
int |
hashCode() |
Boolean |
isEnsureNoBackupInProcess()
|
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setBackintMode(String backintMode)
AWS service for your database backup.
|
void |
setEnsureNoBackupInProcess(Boolean ensureNoBackupInProcess)
|
String |
toString()
Returns a string representation of this object.
|
BackintConfig |
withBackintMode(BackintMode backintMode)
AWS service for your database backup.
|
BackintConfig |
withBackintMode(String backintMode)
AWS service for your database backup.
|
BackintConfig |
withEnsureNoBackupInProcess(Boolean ensureNoBackupInProcess)
|
public void setBackintMode(String backintMode)
AWS service for your database backup.
backintMode
- AWS service for your database backup.BackintMode
public String getBackintMode()
AWS service for your database backup.
BackintMode
public BackintConfig withBackintMode(String backintMode)
AWS service for your database backup.
backintMode
- AWS service for your database backup.BackintMode
public BackintConfig withBackintMode(BackintMode backintMode)
AWS service for your database backup.
backintMode
- AWS service for your database backup.BackintMode
public void setEnsureNoBackupInProcess(Boolean ensureNoBackupInProcess)
ensureNoBackupInProcess
- public Boolean getEnsureNoBackupInProcess()
public BackintConfig withEnsureNoBackupInProcess(Boolean ensureNoBackupInProcess)
ensureNoBackupInProcess
- public Boolean isEnsureNoBackupInProcess()
public String toString()
toString
in class Object
Object.toString()
public BackintConfig clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.