Class CollaborationSummary
- java.lang.Object
-
- software.amazon.awssdk.services.cleanrooms.model.CollaborationSummary
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<CollaborationSummary.Builder,CollaborationSummary>
@Generated("software.amazon.awssdk:codegen") public final class CollaborationSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<CollaborationSummary.Builder,CollaborationSummary>
The metadata of the collaboration.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceCollaborationSummary.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringarn()The ARN of the collaboration.static CollaborationSummary.Builderbuilder()InstantcreateTime()The time when the collaboration was created.StringcreatorAccountId()The identifier used to reference members of the collaboration.StringcreatorDisplayName()The display name of the collaboration creator.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Stringid()The identifier for the collaboration.StringmembershipArn()The ARN of a member in a collaboration.StringmembershipId()The identifier of a member in a collaboration.MemberStatusmemberStatus()The status of a member in a collaboration.StringmemberStatusAsString()The status of a member in a collaboration.Stringname()A human-readable identifier provided by the collaboration owner.List<SdkField<?>>sdkFields()static Class<? extends CollaborationSummary.Builder>serializableBuilderClass()CollaborationSummary.BuildertoBuilder()StringtoString()Returns a string representation of this object.InstantupdateTime()The time the collaboration metadata was last 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 identifier for the collaboration.
- Returns:
- The identifier for the collaboration.
-
arn
public final String arn()
The ARN of the collaboration.
- Returns:
- The ARN of the collaboration.
-
name
public final String name()
A human-readable identifier provided by the collaboration owner. Display names are not unique.
- Returns:
- A human-readable identifier provided by the collaboration owner. Display names are not unique.
-
creatorAccountId
public final String creatorAccountId()
The identifier used to reference members of the collaboration. Currently only supports Amazon Web Services account ID.
- Returns:
- The identifier used to reference members of the collaboration. Currently only supports Amazon Web Services account ID.
-
creatorDisplayName
public final String creatorDisplayName()
The display name of the collaboration creator.
- Returns:
- The display name of the collaboration creator.
-
createTime
public final Instant createTime()
The time when the collaboration was created.
- Returns:
- The time when the collaboration was created.
-
updateTime
public final Instant updateTime()
The time the collaboration metadata was last updated.
- Returns:
- The time the collaboration metadata was last updated.
-
memberStatus
public final MemberStatus memberStatus()
The status of a member in a collaboration.
If the service returns an enum value that is not available in the current SDK version,
memberStatuswill returnMemberStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available frommemberStatusAsString().- Returns:
- The status of a member in a collaboration.
- See Also:
MemberStatus
-
memberStatusAsString
public final String memberStatusAsString()
The status of a member in a collaboration.
If the service returns an enum value that is not available in the current SDK version,
memberStatuswill returnMemberStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available frommemberStatusAsString().- Returns:
- The status of a member in a collaboration.
- See Also:
MemberStatus
-
membershipId
public final String membershipId()
The identifier of a member in a collaboration.
- Returns:
- The identifier of a member in a collaboration.
-
membershipArn
public final String membershipArn()
The ARN of a member in a collaboration.
- Returns:
- The ARN of a member in a collaboration.
-
toBuilder
public CollaborationSummary.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<CollaborationSummary.Builder,CollaborationSummary>
-
builder
public static CollaborationSummary.Builder builder()
-
serializableBuilderClass
public static Class<? extends CollaborationSummary.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.
-
-