@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteFolderMembershipRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
DeleteFolderMembershipRequest() |
| Modifier and Type | Method and Description |
|---|---|
DeleteFolderMembershipRequest |
clone() |
boolean |
equals(Object obj) |
String |
getAwsAccountId()
The ID for the Amazon Web Services account that contains the folder.
|
String |
getFolderId()
The Folder ID.
|
String |
getMemberId()
The ID of the asset (the dashboard, analysis, or dataset) that you want to delete.
|
String |
getMemberType()
The type of the member, including
DASHBOARD, ANALYSIS, and DATASET |
int |
hashCode() |
void |
setAwsAccountId(String awsAccountId)
The ID for the Amazon Web Services account that contains the folder.
|
void |
setFolderId(String folderId)
The Folder ID.
|
void |
setMemberId(String memberId)
The ID of the asset (the dashboard, analysis, or dataset) that you want to delete.
|
void |
setMemberType(String memberType)
The type of the member, including
DASHBOARD, ANALYSIS, and DATASET |
String |
toString()
Returns a string representation of this object.
|
DeleteFolderMembershipRequest |
withAwsAccountId(String awsAccountId)
The ID for the Amazon Web Services account that contains the folder.
|
DeleteFolderMembershipRequest |
withFolderId(String folderId)
The Folder ID.
|
DeleteFolderMembershipRequest |
withMemberId(String memberId)
The ID of the asset (the dashboard, analysis, or dataset) that you want to delete.
|
DeleteFolderMembershipRequest |
withMemberType(MemberType memberType)
The type of the member, including
DASHBOARD, ANALYSIS, and DATASET |
DeleteFolderMembershipRequest |
withMemberType(String memberType)
The type of the member, including
DASHBOARD, ANALYSIS, and DATASET |
addHandlerContext, copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic void setAwsAccountId(String awsAccountId)
The ID for the Amazon Web Services account that contains the folder.
awsAccountId - The ID for the Amazon Web Services account that contains the folder.public String getAwsAccountId()
The ID for the Amazon Web Services account that contains the folder.
public DeleteFolderMembershipRequest withAwsAccountId(String awsAccountId)
The ID for the Amazon Web Services account that contains the folder.
awsAccountId - The ID for the Amazon Web Services account that contains the folder.public void setFolderId(String folderId)
The Folder ID.
folderId - The Folder ID.public String getFolderId()
The Folder ID.
public DeleteFolderMembershipRequest withFolderId(String folderId)
The Folder ID.
folderId - The Folder ID.public void setMemberId(String memberId)
The ID of the asset (the dashboard, analysis, or dataset) that you want to delete.
memberId - The ID of the asset (the dashboard, analysis, or dataset) that you want to delete.public String getMemberId()
The ID of the asset (the dashboard, analysis, or dataset) that you want to delete.
public DeleteFolderMembershipRequest withMemberId(String memberId)
The ID of the asset (the dashboard, analysis, or dataset) that you want to delete.
memberId - The ID of the asset (the dashboard, analysis, or dataset) that you want to delete.public void setMemberType(String memberType)
The type of the member, including DASHBOARD, ANALYSIS, and DATASET
memberType - The type of the member, including DASHBOARD, ANALYSIS, and DATASETMemberTypepublic String getMemberType()
The type of the member, including DASHBOARD, ANALYSIS, and DATASET
DASHBOARD, ANALYSIS, and DATASETMemberTypepublic DeleteFolderMembershipRequest withMemberType(String memberType)
The type of the member, including DASHBOARD, ANALYSIS, and DATASET
memberType - The type of the member, including DASHBOARD, ANALYSIS, and DATASETMemberTypepublic DeleteFolderMembershipRequest withMemberType(MemberType memberType)
The type of the member, including DASHBOARD, ANALYSIS, and DATASET
memberType - The type of the member, including DASHBOARD, ANALYSIS, and DATASETMemberTypepublic String toString()
toString in class ObjectObject.toString()public DeleteFolderMembershipRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2022. All rights reserved.