@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()
Creates a shallow clone of this object for all fields except the handler context.
|
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, 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 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.MembershipQueryLogStatus
public String getQueryLogStatus()
An indicator as to whether query logging has been enabled or disabled for the collaboration.
MembershipQueryLogStatus
public 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.MembershipQueryLogStatus
public 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.MembershipQueryLogStatus
public String toString()
toString
in class Object
Object.toString()
public CreateMembershipRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()