@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateMembershipRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
CreateMembershipRequest() |
| Modifier and Type | Method and Description |
|---|---|
CreateMembershipRequest |
clone() |
boolean |
equals(Object obj) |
String |
getCollaborationIdentifier()
The unique ID for the associated collaboration.
|
String |
getQueryLogStatus()
An indicator as to whether query logging has been enabled or disabled for the collaboration.
|
int |
hashCode() |
void |
setCollaborationIdentifier(String collaborationIdentifier)
The unique ID for the associated collaboration.
|
void |
setQueryLogStatus(String queryLogStatus)
An indicator as to whether query logging has been enabled or disabled for the collaboration.
|
String |
toString()
Returns a string representation of this object.
|
CreateMembershipRequest |
withCollaborationIdentifier(String collaborationIdentifier)
The unique ID for the associated collaboration.
|
CreateMembershipRequest |
withQueryLogStatus(MembershipQueryLogStatus queryLogStatus)
An indicator as to whether query logging has been enabled or disabled for the collaboration.
|
CreateMembershipRequest |
withQueryLogStatus(String queryLogStatus)
An indicator as to whether query logging has been enabled or disabled for the collaboration.
|
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 setCollaborationIdentifier(String collaborationIdentifier)
The unique ID for the associated collaboration.
collaborationIdentifier - The unique ID for the associated collaboration.public String getCollaborationIdentifier()
The unique ID for the associated collaboration.
public CreateMembershipRequest withCollaborationIdentifier(String collaborationIdentifier)
The unique ID for the associated collaboration.
collaborationIdentifier - The unique ID for the associated collaboration.public void setQueryLogStatus(String queryLogStatus)
An indicator as to whether query logging has been enabled or disabled for the collaboration.
queryLogStatus - An indicator as to whether query logging has been enabled or disabled for the collaboration.MembershipQueryLogStatuspublic String getQueryLogStatus()
An indicator as to whether query logging has been enabled or disabled for the collaboration.
MembershipQueryLogStatuspublic CreateMembershipRequest withQueryLogStatus(String queryLogStatus)
An indicator as to whether query logging has been enabled or disabled for the collaboration.
queryLogStatus - An indicator as to whether query logging has been enabled or disabled for the collaboration.MembershipQueryLogStatuspublic CreateMembershipRequest withQueryLogStatus(MembershipQueryLogStatus queryLogStatus)
An indicator as to whether query logging has been enabled or disabled for the collaboration.
queryLogStatus - An indicator as to whether query logging has been enabled or disabled for the collaboration.MembershipQueryLogStatuspublic String toString()
toString in class ObjectObject.toString()public CreateMembershipRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2023. All rights reserved.