@Generated(value="software.amazon.awssdk:codegen") public final class ShareInvitation extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ShareInvitation.Builder,ShareInvitation>
The share invitation.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ShareInvitation.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ShareInvitation.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
lensAlias()
Returns the value of the LensAlias property for this object.
|
String |
lensArn()
The ARN for the lens.
|
String |
profileArn()
The profile ARN.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ShareInvitation.Builder> |
serializableBuilderClass() |
String |
shareInvitationId()
The ID assigned to the share invitation.
|
ShareResourceType |
shareResourceType()
The resource type of the share invitation.
|
String |
shareResourceTypeAsString()
The resource type of the share invitation.
|
ShareInvitation.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
workloadId()
Returns the value of the WorkloadId property for this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String shareInvitationId()
The ID assigned to the share invitation.
public final ShareResourceType shareResourceType()
The resource type of the share invitation.
If the service returns an enum value that is not available in the current SDK version, shareResourceType
will return ShareResourceType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from shareResourceTypeAsString().
ShareResourceTypepublic final String shareResourceTypeAsString()
The resource type of the share invitation.
If the service returns an enum value that is not available in the current SDK version, shareResourceType
will return ShareResourceType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from shareResourceTypeAsString().
ShareResourceTypepublic final String workloadId()
public final String lensAlias()
public final String lensArn()
The ARN for the lens.
public final String profileArn()
The profile ARN.
public ShareInvitation.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ShareInvitation.Builder,ShareInvitation>public static ShareInvitation.Builder builder()
public static Class<? extends ShareInvitation.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.