@Generated(value="software.amazon.awssdk:codegen") public final class LensShareSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<LensShareSummary.Builder,LensShareSummary>
A lens share summary return object.
| Modifier and Type | Class and Description |
|---|---|
static interface |
LensShareSummary.Builder |
| Modifier and Type | Method and Description |
|---|---|
static LensShareSummary.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 LensShareSummary.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()
Optional message to compliment the Status field.
|
LensShareSummary.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()
Optional message to compliment the Status field.
public LensShareSummary.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<LensShareSummary.Builder,LensShareSummary>public static LensShareSummary.Builder builder()
public static Class<? extends LensShareSummary.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.