@Generated(value="software.amazon.awssdk:codegen") public final class CollaborationSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<CollaborationSummary.Builder,CollaborationSummary>
The metadata of the collaboration.
| Modifier and Type | Class and Description |
|---|---|
static interface |
CollaborationSummary.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
arn()
The ARN of the collaboration.
|
static CollaborationSummary.Builder |
builder() |
Instant |
createTime()
The time when the collaboration was created.
|
String |
creatorAccountId()
The identifier used to reference members of the collaboration.
|
String |
creatorDisplayName()
The display name of the collaboration creator.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
id()
The identifier for the collaboration.
|
String |
membershipArn()
The ARN of a member in a collaboration.
|
String |
membershipId()
The identifier of a member in a collaboration.
|
MemberStatus |
memberStatus()
The status of a member in a collaboration.
|
String |
memberStatusAsString()
The status of a member in a collaboration.
|
String |
name()
A human-readable identifier provided by the collaboration owner.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends CollaborationSummary.Builder> |
serializableBuilderClass() |
CollaborationSummary.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
Instant |
updateTime()
The time the collaboration metadata was last updated.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String id()
The identifier for the collaboration.
public final String arn()
The ARN of the collaboration.
public final String name()
A human-readable identifier provided by the collaboration owner. Display names are not unique.
public final String creatorAccountId()
The identifier used to reference members of the collaboration. Currently only supports AWS Account ID.
public final String creatorDisplayName()
The display name of the collaboration creator.
public final Instant createTime()
The time when the collaboration was created.
public final Instant updateTime()
The time the collaboration metadata was last updated.
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, memberStatus will
return MemberStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
memberStatusAsString().
MemberStatuspublic 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, memberStatus will
return MemberStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
memberStatusAsString().
MemberStatuspublic final String membershipId()
The identifier of a member in a collaboration.
public final String membershipArn()
The ARN of a member in a collaboration.
public CollaborationSummary.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<CollaborationSummary.Builder,CollaborationSummary>public static CollaborationSummary.Builder builder()
public static Class<? extends CollaborationSummary.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.