@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class IdNamespaceIdMappingWorkflowProperties extends Object implements Serializable, Cloneable, StructuredPojo
An object containing IdMappingType
, ProviderProperties
, and
RuleBasedProperties
.
Constructor and Description |
---|
IdNamespaceIdMappingWorkflowProperties() |
Modifier and Type | Method and Description |
---|---|
IdNamespaceIdMappingWorkflowProperties |
clone() |
boolean |
equals(Object obj) |
String |
getIdMappingType()
The type of ID mapping.
|
NamespaceProviderProperties |
getProviderProperties()
An object which defines any additional configurations required by the provider service.
|
NamespaceRuleBasedProperties |
getRuleBasedProperties()
An object which defines any additional configurations required by rule-based matching.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setIdMappingType(String idMappingType)
The type of ID mapping.
|
void |
setProviderProperties(NamespaceProviderProperties providerProperties)
An object which defines any additional configurations required by the provider service.
|
void |
setRuleBasedProperties(NamespaceRuleBasedProperties ruleBasedProperties)
An object which defines any additional configurations required by rule-based matching.
|
String |
toString()
Returns a string representation of this object.
|
IdNamespaceIdMappingWorkflowProperties |
withIdMappingType(IdMappingType idMappingType)
The type of ID mapping.
|
IdNamespaceIdMappingWorkflowProperties |
withIdMappingType(String idMappingType)
The type of ID mapping.
|
IdNamespaceIdMappingWorkflowProperties |
withProviderProperties(NamespaceProviderProperties providerProperties)
An object which defines any additional configurations required by the provider service.
|
IdNamespaceIdMappingWorkflowProperties |
withRuleBasedProperties(NamespaceRuleBasedProperties ruleBasedProperties)
An object which defines any additional configurations required by rule-based matching.
|
public IdNamespaceIdMappingWorkflowProperties()
public void setIdMappingType(String idMappingType)
The type of ID mapping.
idMappingType
- The type of ID mapping.IdMappingType
public String getIdMappingType()
The type of ID mapping.
IdMappingType
public IdNamespaceIdMappingWorkflowProperties withIdMappingType(String idMappingType)
The type of ID mapping.
idMappingType
- The type of ID mapping.IdMappingType
public IdNamespaceIdMappingWorkflowProperties withIdMappingType(IdMappingType idMappingType)
The type of ID mapping.
idMappingType
- The type of ID mapping.IdMappingType
public void setProviderProperties(NamespaceProviderProperties providerProperties)
An object which defines any additional configurations required by the provider service.
providerProperties
- An object which defines any additional configurations required by the provider service.public NamespaceProviderProperties getProviderProperties()
An object which defines any additional configurations required by the provider service.
public IdNamespaceIdMappingWorkflowProperties withProviderProperties(NamespaceProviderProperties providerProperties)
An object which defines any additional configurations required by the provider service.
providerProperties
- An object which defines any additional configurations required by the provider service.public void setRuleBasedProperties(NamespaceRuleBasedProperties ruleBasedProperties)
An object which defines any additional configurations required by rule-based matching.
ruleBasedProperties
- An object which defines any additional configurations required by rule-based matching.public NamespaceRuleBasedProperties getRuleBasedProperties()
An object which defines any additional configurations required by rule-based matching.
public IdNamespaceIdMappingWorkflowProperties withRuleBasedProperties(NamespaceRuleBasedProperties ruleBasedProperties)
An object which defines any additional configurations required by rule-based matching.
ruleBasedProperties
- An object which defines any additional configurations required by rule-based matching.public String toString()
toString
in class Object
Object.toString()
public IdNamespaceIdMappingWorkflowProperties clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.