@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateIdNamespaceResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description | 
|---|
| UpdateIdNamespaceResult() | 
| Modifier and Type | Method and Description | 
|---|---|
| UpdateIdNamespaceResult | clone() | 
| boolean | equals(Object obj) | 
| Date | getCreatedAt()
 The timestamp of when the ID namespace was created. | 
| String | getDescription()
 The description of the ID namespace. | 
| List<IdNamespaceIdMappingWorkflowProperties> | getIdMappingWorkflowProperties()
 Determines the properties of  IdMappingWorkflowwhere thisIdNamespacecan be used as aSourceor aTarget. | 
| String | getIdNamespaceArn()
 The Amazon Resource Name (ARN) of the ID namespace. | 
| String | getIdNamespaceName()
 The name of the ID namespace. | 
| List<IdNamespaceInputSource> | getInputSourceConfig()
 A list of  InputSourceobjects, which have the fieldsInputSourceARNandSchemaName. | 
| String | getRoleArn()
 The Amazon Resource Name (ARN) of the IAM role. | 
| String | getType()
 The type of ID namespace. | 
| Date | getUpdatedAt()
 The timestamp of when the ID namespace was last updated. | 
| int | hashCode() | 
| void | setCreatedAt(Date createdAt)
 The timestamp of when the ID namespace was created. | 
| void | setDescription(String description)
 The description of the ID namespace. | 
| void | setIdMappingWorkflowProperties(Collection<IdNamespaceIdMappingWorkflowProperties> idMappingWorkflowProperties)
 Determines the properties of  IdMappingWorkflowwhere thisIdNamespacecan be used as aSourceor aTarget. | 
| void | setIdNamespaceArn(String idNamespaceArn)
 The Amazon Resource Name (ARN) of the ID namespace. | 
| void | setIdNamespaceName(String idNamespaceName)
 The name of the ID namespace. | 
| void | setInputSourceConfig(Collection<IdNamespaceInputSource> inputSourceConfig)
 A list of  InputSourceobjects, which have the fieldsInputSourceARNandSchemaName. | 
| void | setRoleArn(String roleArn)
 The Amazon Resource Name (ARN) of the IAM role. | 
| void | setType(String type)
 The type of ID namespace. | 
| void | setUpdatedAt(Date updatedAt)
 The timestamp of when the ID namespace was last updated. | 
| String | toString()Returns a string representation of this object. | 
| UpdateIdNamespaceResult | withCreatedAt(Date createdAt)
 The timestamp of when the ID namespace was created. | 
| UpdateIdNamespaceResult | withDescription(String description)
 The description of the ID namespace. | 
| UpdateIdNamespaceResult | withIdMappingWorkflowProperties(Collection<IdNamespaceIdMappingWorkflowProperties> idMappingWorkflowProperties)
 Determines the properties of  IdMappingWorkflowwhere thisIdNamespacecan be used as aSourceor aTarget. | 
| UpdateIdNamespaceResult | withIdMappingWorkflowProperties(IdNamespaceIdMappingWorkflowProperties... idMappingWorkflowProperties)
 Determines the properties of  IdMappingWorkflowwhere thisIdNamespacecan be used as aSourceor aTarget. | 
| UpdateIdNamespaceResult | withIdNamespaceArn(String idNamespaceArn)
 The Amazon Resource Name (ARN) of the ID namespace. | 
| UpdateIdNamespaceResult | withIdNamespaceName(String idNamespaceName)
 The name of the ID namespace. | 
| UpdateIdNamespaceResult | withInputSourceConfig(Collection<IdNamespaceInputSource> inputSourceConfig)
 A list of  InputSourceobjects, which have the fieldsInputSourceARNandSchemaName. | 
| UpdateIdNamespaceResult | withInputSourceConfig(IdNamespaceInputSource... inputSourceConfig)
 A list of  InputSourceobjects, which have the fieldsInputSourceARNandSchemaName. | 
| UpdateIdNamespaceResult | withRoleArn(String roleArn)
 The Amazon Resource Name (ARN) of the IAM role. | 
| UpdateIdNamespaceResult | withType(IdNamespaceType type)
 The type of ID namespace. | 
| UpdateIdNamespaceResult | withType(String type)
 The type of ID namespace. | 
| UpdateIdNamespaceResult | withUpdatedAt(Date updatedAt)
 The timestamp of when the ID namespace was last updated. | 
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setCreatedAt(Date createdAt)
The timestamp of when the ID namespace was created.
createdAt - The timestamp of when the ID namespace was created.public Date getCreatedAt()
The timestamp of when the ID namespace was created.
public UpdateIdNamespaceResult withCreatedAt(Date createdAt)
The timestamp of when the ID namespace was created.
createdAt - The timestamp of when the ID namespace was created.public void setDescription(String description)
The description of the ID namespace.
description - The description of the ID namespace.public String getDescription()
The description of the ID namespace.
public UpdateIdNamespaceResult withDescription(String description)
The description of the ID namespace.
description - The description of the ID namespace.public List<IdNamespaceIdMappingWorkflowProperties> getIdMappingWorkflowProperties()
 Determines the properties of IdMappingWorkflow where this IdNamespace can be used as a
 Source or a Target.
 
IdMappingWorkflow where this IdNamespace can be
         used as a Source or a Target.public void setIdMappingWorkflowProperties(Collection<IdNamespaceIdMappingWorkflowProperties> idMappingWorkflowProperties)
 Determines the properties of IdMappingWorkflow where this IdNamespace can be used as a
 Source or a Target.
 
idMappingWorkflowProperties - Determines the properties of IdMappingWorkflow where this IdNamespace can be
        used as a Source or a Target.public UpdateIdNamespaceResult withIdMappingWorkflowProperties(IdNamespaceIdMappingWorkflowProperties... idMappingWorkflowProperties)
 Determines the properties of IdMappingWorkflow where this IdNamespace can be used as a
 Source or a Target.
 
 NOTE: This method appends the values to the existing list (if any). Use
 setIdMappingWorkflowProperties(java.util.Collection) or
 withIdMappingWorkflowProperties(java.util.Collection) if you want to override the existing values.
 
idMappingWorkflowProperties - Determines the properties of IdMappingWorkflow where this IdNamespace can be
        used as a Source or a Target.public UpdateIdNamespaceResult withIdMappingWorkflowProperties(Collection<IdNamespaceIdMappingWorkflowProperties> idMappingWorkflowProperties)
 Determines the properties of IdMappingWorkflow where this IdNamespace can be used as a
 Source or a Target.
 
idMappingWorkflowProperties - Determines the properties of IdMappingWorkflow where this IdNamespace can be
        used as a Source or a Target.public void setIdNamespaceArn(String idNamespaceArn)
The Amazon Resource Name (ARN) of the ID namespace.
idNamespaceArn - The Amazon Resource Name (ARN) of the ID namespace.public String getIdNamespaceArn()
The Amazon Resource Name (ARN) of the ID namespace.
public UpdateIdNamespaceResult withIdNamespaceArn(String idNamespaceArn)
The Amazon Resource Name (ARN) of the ID namespace.
idNamespaceArn - The Amazon Resource Name (ARN) of the ID namespace.public void setIdNamespaceName(String idNamespaceName)
The name of the ID namespace.
idNamespaceName - The name of the ID namespace.public String getIdNamespaceName()
The name of the ID namespace.
public UpdateIdNamespaceResult withIdNamespaceName(String idNamespaceName)
The name of the ID namespace.
idNamespaceName - The name of the ID namespace.public List<IdNamespaceInputSource> getInputSourceConfig()
 A list of InputSource objects, which have the fields InputSourceARN and
 SchemaName.
 
InputSource objects, which have the fields InputSourceARN and
         SchemaName.public void setInputSourceConfig(Collection<IdNamespaceInputSource> inputSourceConfig)
 A list of InputSource objects, which have the fields InputSourceARN and
 SchemaName.
 
inputSourceConfig - A list of InputSource objects, which have the fields InputSourceARN and
        SchemaName.public UpdateIdNamespaceResult withInputSourceConfig(IdNamespaceInputSource... inputSourceConfig)
 A list of InputSource objects, which have the fields InputSourceARN and
 SchemaName.
 
 NOTE: This method appends the values to the existing list (if any). Use
 setInputSourceConfig(java.util.Collection) or withInputSourceConfig(java.util.Collection) if
 you want to override the existing values.
 
inputSourceConfig - A list of InputSource objects, which have the fields InputSourceARN and
        SchemaName.public UpdateIdNamespaceResult withInputSourceConfig(Collection<IdNamespaceInputSource> inputSourceConfig)
 A list of InputSource objects, which have the fields InputSourceARN and
 SchemaName.
 
inputSourceConfig - A list of InputSource objects, which have the fields InputSourceARN and
        SchemaName.public void setRoleArn(String roleArn)
 The Amazon Resource Name (ARN) of the IAM role. Entity Resolution assumes this role to access the resources
 defined in this IdNamespace on your behalf as part of a workflow run.
 
roleArn - The Amazon Resource Name (ARN) of the IAM role. Entity Resolution assumes this role to access the
        resources defined in this IdNamespace on your behalf as part of a workflow run.public String getRoleArn()
 The Amazon Resource Name (ARN) of the IAM role. Entity Resolution assumes this role to access the resources
 defined in this IdNamespace on your behalf as part of a workflow run.
 
IdNamespace on your behalf as part of a workflow run.public UpdateIdNamespaceResult withRoleArn(String roleArn)
 The Amazon Resource Name (ARN) of the IAM role. Entity Resolution assumes this role to access the resources
 defined in this IdNamespace on your behalf as part of a workflow run.
 
roleArn - The Amazon Resource Name (ARN) of the IAM role. Entity Resolution assumes this role to access the
        resources defined in this IdNamespace on your behalf as part of a workflow run.public void setType(String type)
 The type of ID namespace. There are two types: SOURCE and TARGET.
 
 The SOURCE contains configurations for sourceId data that will be processed in an ID
 mapping workflow.
 
 The TARGET contains a configuration of targetId to which all sourceIds
 will resolve to.
 
type - The type of ID namespace. There are two types: SOURCE and TARGET.
        
        The SOURCE contains configurations for sourceId data that will be processed in
        an ID mapping workflow.
        
        The TARGET contains a configuration of targetId to which all
        sourceIds will resolve to.
IdNamespaceTypepublic String getType()
 The type of ID namespace. There are two types: SOURCE and TARGET.
 
 The SOURCE contains configurations for sourceId data that will be processed in an ID
 mapping workflow.
 
 The TARGET contains a configuration of targetId to which all sourceIds
 will resolve to.
 
SOURCE and TARGET.
         
         The SOURCE contains configurations for sourceId data that will be processed in
         an ID mapping workflow.
         
         The TARGET contains a configuration of targetId to which all
         sourceIds will resolve to.
IdNamespaceTypepublic UpdateIdNamespaceResult withType(String type)
 The type of ID namespace. There are two types: SOURCE and TARGET.
 
 The SOURCE contains configurations for sourceId data that will be processed in an ID
 mapping workflow.
 
 The TARGET contains a configuration of targetId to which all sourceIds
 will resolve to.
 
type - The type of ID namespace. There are two types: SOURCE and TARGET.
        
        The SOURCE contains configurations for sourceId data that will be processed in
        an ID mapping workflow.
        
        The TARGET contains a configuration of targetId to which all
        sourceIds will resolve to.
IdNamespaceTypepublic UpdateIdNamespaceResult withType(IdNamespaceType type)
 The type of ID namespace. There are two types: SOURCE and TARGET.
 
 The SOURCE contains configurations for sourceId data that will be processed in an ID
 mapping workflow.
 
 The TARGET contains a configuration of targetId to which all sourceIds
 will resolve to.
 
type - The type of ID namespace. There are two types: SOURCE and TARGET.
        
        The SOURCE contains configurations for sourceId data that will be processed in
        an ID mapping workflow.
        
        The TARGET contains a configuration of targetId to which all
        sourceIds will resolve to.
IdNamespaceTypepublic void setUpdatedAt(Date updatedAt)
The timestamp of when the ID namespace was last updated.
updatedAt - The timestamp of when the ID namespace was last updated.public Date getUpdatedAt()
The timestamp of when the ID namespace was last updated.
public UpdateIdNamespaceResult withUpdatedAt(Date updatedAt)
The timestamp of when the ID namespace was last updated.
updatedAt - The timestamp of when the ID namespace was last updated.public String toString()
toString in class ObjectObject.toString()public UpdateIdNamespaceResult clone()