Class ConnectionInvitationSummary
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<ConnectionInvitationSummary.Builder,ConnectionInvitationSummary>
A summary view of a connection invitation containing key information without full details.
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionfinal Stringarn()The Amazon Resource Name (ARN) of the connection invitation.builder()final Stringcatalog()The catalog identifier where the connection invitation exists.final StringThe identifier of the connection associated with this invitation.final ConnectionTypeThe type of connection being requested in the invitation.final StringThe type of connection being requested in the invitation.final InstantThe timestamp when the connection invitation was created.final booleanfinal booleanequalsBySdkFields(Object obj) Indicates whether some other object is "equal to" this one by SDK fields.final InstantThe timestamp when the connection invitation will expire.final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz) final inthashCode()final Stringid()The unique identifier of the connection invitation.final StringThe identifier of the other participant in the connection invitation.final ParticipantTypeThe type of participant (inviter or invitee) in the connection invitation.final StringThe type of participant (inviter or invitee) in the connection invitation.static Class<? extends ConnectionInvitationSummary.Builder> final InvitationStatusstatus()The current status of the connection invitation.final StringThe current status of the connection invitation.Take this object and create a builder that contains all of the current property values of this object.final StringtoString()Returns a string representation of this object.final InstantThe timestamp when the connection invitation was last updated.Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
Method Details
-
catalog
The catalog identifier where the connection invitation exists.
- Returns:
- The catalog identifier where the connection invitation exists.
-
id
The unique identifier of the connection invitation.
- Returns:
- The unique identifier of the connection invitation.
-
arn
The Amazon Resource Name (ARN) of the connection invitation.
- Returns:
- The Amazon Resource Name (ARN) of the connection invitation.
-
connectionId
The identifier of the connection associated with this invitation.
- Returns:
- The identifier of the connection associated with this invitation.
-
connectionType
The type of connection being requested in the invitation.
If the service returns an enum value that is not available in the current SDK version,
connectionTypewill returnConnectionType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromconnectionTypeAsString().- Returns:
- The type of connection being requested in the invitation.
- See Also:
-
connectionTypeAsString
The type of connection being requested in the invitation.
If the service returns an enum value that is not available in the current SDK version,
connectionTypewill returnConnectionType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromconnectionTypeAsString().- Returns:
- The type of connection being requested in the invitation.
- See Also:
-
createdAt
The timestamp when the connection invitation was created.
- Returns:
- The timestamp when the connection invitation was created.
-
updatedAt
The timestamp when the connection invitation was last updated.
- Returns:
- The timestamp when the connection invitation was last updated.
-
expiresAt
The timestamp when the connection invitation will expire.
- Returns:
- The timestamp when the connection invitation will expire.
-
otherParticipantIdentifier
The identifier of the other participant in the connection invitation.
- Returns:
- The identifier of the other participant in the connection invitation.
-
participantType
The type of participant (inviter or invitee) in the connection invitation.
If the service returns an enum value that is not available in the current SDK version,
participantTypewill returnParticipantType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromparticipantTypeAsString().- Returns:
- The type of participant (inviter or invitee) in the connection invitation.
- See Also:
-
participantTypeAsString
The type of participant (inviter or invitee) in the connection invitation.
If the service returns an enum value that is not available in the current SDK version,
participantTypewill returnParticipantType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromparticipantTypeAsString().- Returns:
- The type of participant (inviter or invitee) in the connection invitation.
- See Also:
-
status
The current status of the connection invitation.
If the service returns an enum value that is not available in the current SDK version,
statuswill returnInvitationStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstatusAsString().- Returns:
- The current status of the connection invitation.
- See Also:
-
statusAsString
The current status of the connection invitation.
If the service returns an enum value that is not available in the current SDK version,
statuswill returnInvitationStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstatusAsString().- Returns:
- The current status of the connection invitation.
- See Also:
-
toBuilder
Description copied from interface:ToCopyableBuilderTake this object and create a builder that contains all of the current property values of this object.- Specified by:
toBuilderin interfaceToCopyableBuilder<ConnectionInvitationSummary.Builder,ConnectionInvitationSummary> - Returns:
- a builder for type T
-
builder
-
serializableBuilderClass
-
hashCode
-
equals
-
equalsBySdkFields
Description copied from interface:SdkPojoIndicates whether some other object is "equal to" this one by SDK fields. An SDK field is a modeled, non-inherited field in anSdkPojoclass, and is generated based on a service model.If an
SdkPojoclass does not have any inherited fields,equalsBySdkFieldsandequalsare essentially the same.- Specified by:
equalsBySdkFieldsin interfaceSdkPojo- Parameters:
obj- the object to be compared with- Returns:
- true if the other object equals to this object by sdk fields, false otherwise.
-
toString
-
getValueForField
-
sdkFields
-
sdkFieldNameToField
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo- Returns:
- The mapping between the field name and its corresponding field.
-