@Generated(value="software.amazon.awssdk:codegen") public final class ProfileShareSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ProfileShareSummary.Builder,ProfileShareSummary>
Summary of a profile share.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ProfileShareSummary.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ProfileShareSummary.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends ProfileShareSummary.Builder> |
serializableBuilderClass() |
String |
sharedWith()
Returns the value of the SharedWith property for this object.
|
String |
shareId()
Returns the value of the ShareId property for this object.
|
ShareStatus |
status()
Returns the value of the Status property for this object.
|
String |
statusAsString()
Returns the value of the Status property for this object.
|
String |
statusMessage()
Profile share invitation status message.
|
ProfileShareSummary.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String shareId()
public final String sharedWith()
public final ShareStatus status()
If the service returns an enum value that is not available in the current SDK version, status will
return ShareStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
statusAsString().
ShareStatuspublic final String statusAsString()
If the service returns an enum value that is not available in the current SDK version, status will
return ShareStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
statusAsString().
ShareStatuspublic final String statusMessage()
Profile share invitation status message.
public ProfileShareSummary.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ProfileShareSummary.Builder,ProfileShareSummary>public static ProfileShareSummary.Builder builder()
public static Class<? extends ProfileShareSummary.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.