@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.UpdateBehavior
public String getUpdateBehavior()
The update behavior.
UpdateBehavior
public SchemaChangePolicy withUpdateBehavior(String updateBehavior)
The update behavior.
updateBehavior
- The update behavior.UpdateBehavior
public SchemaChangePolicy withUpdateBehavior(UpdateBehavior updateBehavior)
The update behavior.
updateBehavior
- The update behavior.UpdateBehavior
public void setDeleteBehavior(String deleteBehavior)
The deletion behavior.
deleteBehavior
- The deletion behavior.DeleteBehavior
public String getDeleteBehavior()
The deletion behavior.
DeleteBehavior
public SchemaChangePolicy withDeleteBehavior(String deleteBehavior)
The deletion behavior.
deleteBehavior
- The deletion behavior.DeleteBehavior
public SchemaChangePolicy withDeleteBehavior(DeleteBehavior deleteBehavior)
The deletion behavior.
deleteBehavior
- The deletion behavior.DeleteBehavior
public String toString()
toString
in class Object
Object.toString()
public SchemaChangePolicy 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.