@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteProjectMembershipRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DeleteProjectMembershipRequest() |
Modifier and Type | Method and Description |
---|---|
DeleteProjectMembershipRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getDomainIdentifier()
The ID of the Amazon DataZone domain where project membership is deleted.
|
Member |
getMember()
The project member whose project membership is deleted.
|
String |
getProjectIdentifier()
The ID of the Amazon DataZone project the membership to which is deleted.
|
int |
hashCode() |
void |
setDomainIdentifier(String domainIdentifier)
The ID of the Amazon DataZone domain where project membership is deleted.
|
void |
setMember(Member member)
The project member whose project membership is deleted.
|
void |
setProjectIdentifier(String projectIdentifier)
The ID of the Amazon DataZone project the membership to which is deleted.
|
String |
toString()
Returns a string representation of this object.
|
DeleteProjectMembershipRequest |
withDomainIdentifier(String domainIdentifier)
The ID of the Amazon DataZone domain where project membership is deleted.
|
DeleteProjectMembershipRequest |
withMember(Member member)
The project member whose project membership is deleted.
|
DeleteProjectMembershipRequest |
withProjectIdentifier(String projectIdentifier)
The ID of the Amazon DataZone project the membership to which is deleted.
|
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 setDomainIdentifier(String domainIdentifier)
The ID of the Amazon DataZone domain where project membership is deleted.
domainIdentifier
- The ID of the Amazon DataZone domain where project membership is deleted.public String getDomainIdentifier()
The ID of the Amazon DataZone domain where project membership is deleted.
public DeleteProjectMembershipRequest withDomainIdentifier(String domainIdentifier)
The ID of the Amazon DataZone domain where project membership is deleted.
domainIdentifier
- The ID of the Amazon DataZone domain where project membership is deleted.public void setMember(Member member)
The project member whose project membership is deleted.
member
- The project member whose project membership is deleted.public Member getMember()
The project member whose project membership is deleted.
public DeleteProjectMembershipRequest withMember(Member member)
The project member whose project membership is deleted.
member
- The project member whose project membership is deleted.public void setProjectIdentifier(String projectIdentifier)
The ID of the Amazon DataZone project the membership to which is deleted.
projectIdentifier
- The ID of the Amazon DataZone project the membership to which is deleted.public String getProjectIdentifier()
The ID of the Amazon DataZone project the membership to which is deleted.
public DeleteProjectMembershipRequest withProjectIdentifier(String projectIdentifier)
The ID of the Amazon DataZone project the membership to which is deleted.
projectIdentifier
- The ID of the Amazon DataZone project the membership to which is deleted.public String toString()
toString
in class Object
Object.toString()
public DeleteProjectMembershipRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()