@Generated(value="software.amazon.awssdk:codegen") public final class CreateWorkloadShareRequest extends WellArchitectedRequest implements ToCopyableBuilder<CreateWorkloadShareRequest.Builder,CreateWorkloadShareRequest>
Input for Create Workload Share
| Modifier and Type | Class and Description |
|---|---|
static interface |
CreateWorkloadShareRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static CreateWorkloadShareRequest.Builder |
builder() |
String |
clientRequestToken()
Returns the value of the ClientRequestToken property for this object.
|
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 CreateWorkloadShareRequest.Builder> |
serializableBuilderClass() |
String |
sharedWith()
Returns the value of the SharedWith property for this object.
|
CreateWorkloadShareRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
workloadId()
Returns the value of the WorkloadId property for this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String workloadId()
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 String clientRequestToken()
public CreateWorkloadShareRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<CreateWorkloadShareRequest.Builder,CreateWorkloadShareRequest>toBuilder in class WellArchitectedRequestpublic static CreateWorkloadShareRequest.Builder builder()
public static Class<? extends CreateWorkloadShareRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2023. All rights reserved.