@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SchemaChangePolicy extends Object implements Serializable, Cloneable, StructuredPojo
Crawler policy for update and deletion behavior.
| Constructor and Description |
|---|
SchemaChangePolicy() |
| Modifier and Type | Method and Description |
|---|---|
SchemaChangePolicy |
clone() |
boolean |
equals(Object obj) |
String |
getDeleteBehavior()
The deletion behavior.
|
String |
getUpdateBehavior()
The update behavior.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setDeleteBehavior(String deleteBehavior)
The deletion behavior.
|
void |
setUpdateBehavior(String updateBehavior)
The update behavior.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
SchemaChangePolicy |
withDeleteBehavior(DeleteBehavior deleteBehavior)
The deletion behavior.
|
SchemaChangePolicy |
withDeleteBehavior(String deleteBehavior)
The deletion behavior.
|
SchemaChangePolicy |
withUpdateBehavior(String updateBehavior)
The update behavior.
|
SchemaChangePolicy |
withUpdateBehavior(UpdateBehavior updateBehavior)
The update behavior.
|
public void setUpdateBehavior(String updateBehavior)
The update behavior.
updateBehavior - The update behavior.UpdateBehaviorpublic String getUpdateBehavior()
The update behavior.
UpdateBehaviorpublic SchemaChangePolicy withUpdateBehavior(String updateBehavior)
The update behavior.
updateBehavior - The update behavior.UpdateBehaviorpublic SchemaChangePolicy withUpdateBehavior(UpdateBehavior updateBehavior)
The update behavior.
updateBehavior - The update behavior.UpdateBehaviorpublic void setDeleteBehavior(String deleteBehavior)
The deletion behavior.
deleteBehavior - The deletion behavior.DeleteBehaviorpublic String getDeleteBehavior()
The deletion behavior.
DeleteBehaviorpublic SchemaChangePolicy withDeleteBehavior(String deleteBehavior)
The deletion behavior.
deleteBehavior - The deletion behavior.DeleteBehaviorpublic SchemaChangePolicy withDeleteBehavior(DeleteBehavior deleteBehavior)
The deletion behavior.
deleteBehavior - The deletion behavior.DeleteBehaviorpublic String toString()
toString in class ObjectObject.toString()public SchemaChangePolicy 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.