@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class IdNamespaceSummary extends Object implements Serializable, Cloneable, StructuredPojo
A summary of ID namespaces.
| Constructor and Description |
|---|
IdNamespaceSummary() |
| Modifier and Type | Method and Description |
|---|---|
IdNamespaceSummary |
clone() |
boolean |
equals(Object obj) |
Date |
getCreatedAt()
The timestamp of when the ID namespace was created.
|
String |
getDescription()
The description of the ID namespace.
|
String |
getIdNamespaceArn()
The Amazon Resource Name (ARN) of the ID namespace.
|
String |
getIdNamespaceName()
The name of the ID namespace.
|
String |
getType()
The type of ID namespace.
|
Date |
getUpdatedAt()
The timestamp of when the ID namespace was last updated.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setCreatedAt(Date createdAt)
The timestamp of when the ID namespace was created.
|
void |
setDescription(String description)
The description of the ID namespace.
|
void |
setIdNamespaceArn(String idNamespaceArn)
The Amazon Resource Name (ARN) of the ID namespace.
|
void |
setIdNamespaceName(String idNamespaceName)
The name of the ID namespace.
|
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.
|
IdNamespaceSummary |
withCreatedAt(Date createdAt)
The timestamp of when the ID namespace was created.
|
IdNamespaceSummary |
withDescription(String description)
The description of the ID namespace.
|
IdNamespaceSummary |
withIdNamespaceArn(String idNamespaceArn)
The Amazon Resource Name (ARN) of the ID namespace.
|
IdNamespaceSummary |
withIdNamespaceName(String idNamespaceName)
The name of the ID namespace.
|
IdNamespaceSummary |
withType(IdNamespaceType type)
The type of ID namespace.
|
IdNamespaceSummary |
withType(String type)
The type of ID namespace.
|
IdNamespaceSummary |
withUpdatedAt(Date updatedAt)
The timestamp of when the ID namespace was last updated.
|
public 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 IdNamespaceSummary 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 IdNamespaceSummary withDescription(String description)
The description of the ID namespace.
description - The description of the ID namespace.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 IdNamespaceSummary 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 IdNamespaceSummary withIdNamespaceName(String idNamespaceName)
The name of the ID namespace.
idNamespaceName - The name of the ID namespace.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 IdNamespaceSummary 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 IdNamespaceSummary 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 IdNamespaceSummary 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 IdNamespaceSummary clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2024. All rights reserved.