@Generated(value="software.amazon.awssdk:codegen") public final class CreateFolderMembershipRequest extends QuickSightRequest implements ToCopyableBuilder<CreateFolderMembershipRequest.Builder,CreateFolderMembershipRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
CreateFolderMembershipRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
awsAccountId()
The ID for the Amazon Web Services account that contains the folder.
|
static CreateFolderMembershipRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
String |
folderId()
The ID of the folder.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
memberId()
The ID of the asset that you want to add to the folder.
|
MemberType |
memberType()
The member type of the asset that you want to add to a folder.
|
String |
memberTypeAsString()
The member type of the asset that you want to add to a folder.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends CreateFolderMembershipRequest.Builder> |
serializableBuilderClass() |
CreateFolderMembershipRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String awsAccountId()
The ID for the Amazon Web Services account that contains the folder.
public final String folderId()
The ID of the folder.
public final String memberId()
The ID of the asset that you want to add to the folder.
public final MemberType memberType()
The member type of the asset that you want to add to a folder.
If the service returns an enum value that is not available in the current SDK version, memberType will
return MemberType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
memberTypeAsString().
MemberTypepublic final String memberTypeAsString()
The member type of the asset that you want to add to a folder.
If the service returns an enum value that is not available in the current SDK version, memberType will
return MemberType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
memberTypeAsString().
MemberTypepublic CreateFolderMembershipRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<CreateFolderMembershipRequest.Builder,CreateFolderMembershipRequest>toBuilder in class QuickSightRequestpublic static CreateFolderMembershipRequest.Builder builder()
public static Class<? extends CreateFolderMembershipRequest.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.