@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetProtectedQueryRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
GetProtectedQueryRequest() |
Modifier and Type | Method and Description |
---|---|
GetProtectedQueryRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getMembershipIdentifier()
The identifier for a membership in a protected query instance.
|
String |
getProtectedQueryIdentifier()
The identifier for a protected query instance.
|
int |
hashCode() |
void |
setMembershipIdentifier(String membershipIdentifier)
The identifier for a membership in a protected query instance.
|
void |
setProtectedQueryIdentifier(String protectedQueryIdentifier)
The identifier for a protected query instance.
|
String |
toString()
Returns a string representation of this object.
|
GetProtectedQueryRequest |
withMembershipIdentifier(String membershipIdentifier)
The identifier for a membership in a protected query instance.
|
GetProtectedQueryRequest |
withProtectedQueryIdentifier(String protectedQueryIdentifier)
The identifier for a protected query instance.
|
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 setMembershipIdentifier(String membershipIdentifier)
The identifier for a membership in a protected query instance.
membershipIdentifier
- The identifier for a membership in a protected query instance.public String getMembershipIdentifier()
The identifier for a membership in a protected query instance.
public GetProtectedQueryRequest withMembershipIdentifier(String membershipIdentifier)
The identifier for a membership in a protected query instance.
membershipIdentifier
- The identifier for a membership in a protected query instance.public void setProtectedQueryIdentifier(String protectedQueryIdentifier)
The identifier for a protected query instance.
protectedQueryIdentifier
- The identifier for a protected query instance.public String getProtectedQueryIdentifier()
The identifier for a protected query instance.
public GetProtectedQueryRequest withProtectedQueryIdentifier(String protectedQueryIdentifier)
The identifier for a protected query instance.
protectedQueryIdentifier
- The identifier for a protected query instance.public String toString()
toString
in class Object
Object.toString()
public GetProtectedQueryRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()