@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class IdMappingTableSchemaTypeProperties extends Object implements Serializable, Cloneable, StructuredPojo
Additional properties that are specific to the type of the associated schema.
| Constructor and Description |
|---|
IdMappingTableSchemaTypeProperties() |
| Modifier and Type | Method and Description |
|---|---|
IdMappingTableSchemaTypeProperties |
clone() |
boolean |
equals(Object obj) |
List<IdMappingTableInputSource> |
getIdMappingTableInputSource()
Defines which ID namespace associations are used to create the ID mapping table.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setIdMappingTableInputSource(Collection<IdMappingTableInputSource> idMappingTableInputSource)
Defines which ID namespace associations are used to create the ID mapping table.
|
String |
toString()
Returns a string representation of this object.
|
IdMappingTableSchemaTypeProperties |
withIdMappingTableInputSource(Collection<IdMappingTableInputSource> idMappingTableInputSource)
Defines which ID namespace associations are used to create the ID mapping table.
|
IdMappingTableSchemaTypeProperties |
withIdMappingTableInputSource(IdMappingTableInputSource... idMappingTableInputSource)
Defines which ID namespace associations are used to create the ID mapping table.
|
public List<IdMappingTableInputSource> getIdMappingTableInputSource()
Defines which ID namespace associations are used to create the ID mapping table.
public void setIdMappingTableInputSource(Collection<IdMappingTableInputSource> idMappingTableInputSource)
Defines which ID namespace associations are used to create the ID mapping table.
idMappingTableInputSource - Defines which ID namespace associations are used to create the ID mapping table.public IdMappingTableSchemaTypeProperties withIdMappingTableInputSource(IdMappingTableInputSource... idMappingTableInputSource)
Defines which ID namespace associations are used to create the ID mapping table.
NOTE: This method appends the values to the existing list (if any). Use
setIdMappingTableInputSource(java.util.Collection) or
withIdMappingTableInputSource(java.util.Collection) if you want to override the existing values.
idMappingTableInputSource - Defines which ID namespace associations are used to create the ID mapping table.public IdMappingTableSchemaTypeProperties withIdMappingTableInputSource(Collection<IdMappingTableInputSource> idMappingTableInputSource)
Defines which ID namespace associations are used to create the ID mapping table.
idMappingTableInputSource - Defines which ID namespace associations are used to create the ID mapping table.public String toString()
toString in class ObjectObject.toString()public IdMappingTableSchemaTypeProperties clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2024. All rights reserved.