@Generated(value="software.amazon.awssdk:codegen") public final class WorkloadShareSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<WorkloadShareSummary.Builder,WorkloadShareSummary>
A workload share summary return object.
| Modifier and Type | Class and Description |
|---|---|
static interface |
WorkloadShareSummary.Builder |
| Modifier and Type | Method and Description |
|---|---|
static WorkloadShareSummary.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
PermissionType |
permissionType()
Returns the value of the PermissionType property for this object.
|
String |
permissionTypeAsString()
Returns the value of the PermissionType property for this object.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends WorkloadShareSummary.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.
|
WorkloadShareSummary.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 PermissionType permissionType()
If the service returns an enum value that is not available in the current SDK version, permissionType
will return PermissionType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from permissionTypeAsString().
PermissionTypepublic final String permissionTypeAsString()
If the service returns an enum value that is not available in the current SDK version, permissionType
will return PermissionType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from permissionTypeAsString().
PermissionTypepublic 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 WorkloadShareSummary.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<WorkloadShareSummary.Builder,WorkloadShareSummary>public static WorkloadShareSummary.Builder builder()
public static Class<? extends WorkloadShareSummary.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.