@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class BackendAPIConflictResolution extends Object implements Serializable, Cloneable, StructuredPojo
Describes the conflict resolution configuration for your data model configured in your Amplify project.
Constructor and Description |
---|
BackendAPIConflictResolution() |
Modifier and Type | Method and Description |
---|---|
BackendAPIConflictResolution |
clone() |
boolean |
equals(Object obj) |
String |
getResolutionStrategy()
The strategy for conflict resolution.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setResolutionStrategy(String resolutionStrategy)
The strategy for conflict resolution.
|
String |
toString()
Returns a string representation of this object.
|
BackendAPIConflictResolution |
withResolutionStrategy(ResolutionStrategy resolutionStrategy)
The strategy for conflict resolution.
|
BackendAPIConflictResolution |
withResolutionStrategy(String resolutionStrategy)
The strategy for conflict resolution.
|
public void setResolutionStrategy(String resolutionStrategy)
The strategy for conflict resolution.
resolutionStrategy
- The strategy for conflict resolution.ResolutionStrategy
public String getResolutionStrategy()
The strategy for conflict resolution.
ResolutionStrategy
public BackendAPIConflictResolution withResolutionStrategy(String resolutionStrategy)
The strategy for conflict resolution.
resolutionStrategy
- The strategy for conflict resolution.ResolutionStrategy
public BackendAPIConflictResolution withResolutionStrategy(ResolutionStrategy resolutionStrategy)
The strategy for conflict resolution.
resolutionStrategy
- The strategy for conflict resolution.ResolutionStrategy
public String toString()
toString
in class Object
Object.toString()
public BackendAPIConflictResolution clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.