@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()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getAwsAccountId()
The AWS Account ID.
|
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 AWS Account ID.
|
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 AWS Account ID.
|
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, 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, withSdkRequestTimeout
public void setAwsAccountId(String awsAccountId)
The AWS Account ID.
awsAccountId
- The AWS Account ID.public String getAwsAccountId()
The AWS Account ID.
public DeleteFolderMembershipRequest withAwsAccountId(String awsAccountId)
The AWS Account ID.
awsAccountId
- The AWS Account ID.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 DATASET
MemberType
public String getMemberType()
The type of the member, including DASHBOARD
, ANALYSIS
, and DATASET
DASHBOARD
, ANALYSIS
, and DATASET
MemberType
public DeleteFolderMembershipRequest withMemberType(String memberType)
The type of the member, including DASHBOARD
, ANALYSIS
, and DATASET
memberType
- The type of the member, including DASHBOARD
, ANALYSIS
, and DATASET
MemberType
public DeleteFolderMembershipRequest withMemberType(MemberType memberType)
The type of the member, including DASHBOARD
, ANALYSIS
, and DATASET
memberType
- The type of the member, including DASHBOARD
, ANALYSIS
, and DATASET
MemberType
public String toString()
toString
in class Object
Object.toString()
public DeleteFolderMembershipRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()