Class CollaborationIdNamespaceAssociation
- java.lang.Object
-
- software.amazon.awssdk.services.cleanrooms.model.CollaborationIdNamespaceAssociation
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<CollaborationIdNamespaceAssociation.Builder,CollaborationIdNamespaceAssociation>
@Generated("software.amazon.awssdk:codegen") public final class CollaborationIdNamespaceAssociation extends Object implements SdkPojo, Serializable, ToCopyableBuilder<CollaborationIdNamespaceAssociation.Builder,CollaborationIdNamespaceAssociation>
Defines details for the collaboration ID namespace association.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceCollaborationIdNamespaceAssociation.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringarn()The Amazon Resource Name (ARN) of the collaboration ID namespace association.static CollaborationIdNamespaceAssociation.Builderbuilder()StringcollaborationArn()The Amazon Resource Name (ARN) of the collaboration that contains the collaboration ID namespace association.StringcollaborationId()The unique identifier of the collaboration that contains the collaboration ID namespace association.InstantcreateTime()The time at which the collaboration ID namespace association was created.StringcreatorAccountId()The unique identifier of the Amazon Web Services account that created the collaboration ID namespace association.Stringdescription()The description of the collaboration ID namespace association.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Stringid()The unique identifier of the collaboration ID namespace association.IdMappingConfigidMappingConfig()Returns the value of the IdMappingConfig property for this object.IdNamespaceAssociationInputReferenceConfiginputReferenceConfig()The input reference configuration that's necessary to create the collaboration ID namespace association.IdNamespaceAssociationInputReferencePropertiesinputReferenceProperties()The input reference properties that are needed to create the collaboration ID namespace association.Stringname()The name of the collaboration ID namespace association.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends CollaborationIdNamespaceAssociation.Builder>serializableBuilderClass()CollaborationIdNamespaceAssociation.BuildertoBuilder()StringtoString()Returns a string representation of this object.InstantupdateTime()The most recent time at which the collaboration ID namespace was updated.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
id
public final String id()
The unique identifier of the collaboration ID namespace association.
- Returns:
- The unique identifier of the collaboration ID namespace association.
-
arn
public final String arn()
The Amazon Resource Name (ARN) of the collaboration ID namespace association.
- Returns:
- The Amazon Resource Name (ARN) of the collaboration ID namespace association.
-
collaborationId
public final String collaborationId()
The unique identifier of the collaboration that contains the collaboration ID namespace association.
- Returns:
- The unique identifier of the collaboration that contains the collaboration ID namespace association.
-
collaborationArn
public final String collaborationArn()
The Amazon Resource Name (ARN) of the collaboration that contains the collaboration ID namespace association.
- Returns:
- The Amazon Resource Name (ARN) of the collaboration that contains the collaboration ID namespace association.
-
name
public final String name()
The name of the collaboration ID namespace association.
- Returns:
- The name of the collaboration ID namespace association.
-
description
public final String description()
The description of the collaboration ID namespace association.
- Returns:
- The description of the collaboration ID namespace association.
-
creatorAccountId
public final String creatorAccountId()
The unique identifier of the Amazon Web Services account that created the collaboration ID namespace association.
- Returns:
- The unique identifier of the Amazon Web Services account that created the collaboration ID namespace association.
-
createTime
public final Instant createTime()
The time at which the collaboration ID namespace association was created.
- Returns:
- The time at which the collaboration ID namespace association was created.
-
updateTime
public final Instant updateTime()
The most recent time at which the collaboration ID namespace was updated.
- Returns:
- The most recent time at which the collaboration ID namespace was updated.
-
inputReferenceConfig
public final IdNamespaceAssociationInputReferenceConfig inputReferenceConfig()
The input reference configuration that's necessary to create the collaboration ID namespace association.
- Returns:
- The input reference configuration that's necessary to create the collaboration ID namespace association.
-
inputReferenceProperties
public final IdNamespaceAssociationInputReferenceProperties inputReferenceProperties()
The input reference properties that are needed to create the collaboration ID namespace association.
- Returns:
- The input reference properties that are needed to create the collaboration ID namespace association.
-
idMappingConfig
public final IdMappingConfig idMappingConfig()
Returns the value of the IdMappingConfig property for this object.- Returns:
- The value of the IdMappingConfig property for this object.
-
toBuilder
public CollaborationIdNamespaceAssociation.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<CollaborationIdNamespaceAssociation.Builder,CollaborationIdNamespaceAssociation>
-
builder
public static CollaborationIdNamespaceAssociation.Builder builder()
-
serializableBuilderClass
public static Class<? extends CollaborationIdNamespaceAssociation.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-