@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateProtectedQueryRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
UpdateProtectedQueryRequest() |
Modifier and Type | Method and Description |
---|---|
UpdateProtectedQueryRequest |
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 member of a protected query instance.
|
String |
getProtectedQueryIdentifier()
The identifier for a protected query instance.
|
String |
getTargetStatus()
The target status of a query.
|
int |
hashCode() |
void |
setMembershipIdentifier(String membershipIdentifier)
The identifier for a member of a protected query instance.
|
void |
setProtectedQueryIdentifier(String protectedQueryIdentifier)
The identifier for a protected query instance.
|
void |
setTargetStatus(String targetStatus)
The target status of a query.
|
String |
toString()
Returns a string representation of this object.
|
UpdateProtectedQueryRequest |
withMembershipIdentifier(String membershipIdentifier)
The identifier for a member of a protected query instance.
|
UpdateProtectedQueryRequest |
withProtectedQueryIdentifier(String protectedQueryIdentifier)
The identifier for a protected query instance.
|
UpdateProtectedQueryRequest |
withTargetStatus(String targetStatus)
The target status of a query.
|
UpdateProtectedQueryRequest |
withTargetStatus(TargetProtectedQueryStatus targetStatus)
The target status of a query.
|
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 member of a protected query instance.
membershipIdentifier
- The identifier for a member of a protected query instance.public String getMembershipIdentifier()
The identifier for a member of a protected query instance.
public UpdateProtectedQueryRequest withMembershipIdentifier(String membershipIdentifier)
The identifier for a member of a protected query instance.
membershipIdentifier
- The identifier for a member of 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 UpdateProtectedQueryRequest withProtectedQueryIdentifier(String protectedQueryIdentifier)
The identifier for a protected query instance.
protectedQueryIdentifier
- The identifier for a protected query instance.public void setTargetStatus(String targetStatus)
The target status of a query. Used to update the execution status of a currently running query.
targetStatus
- The target status of a query. Used to update the execution status of a currently running query.TargetProtectedQueryStatus
public String getTargetStatus()
The target status of a query. Used to update the execution status of a currently running query.
TargetProtectedQueryStatus
public UpdateProtectedQueryRequest withTargetStatus(String targetStatus)
The target status of a query. Used to update the execution status of a currently running query.
targetStatus
- The target status of a query. Used to update the execution status of a currently running query.TargetProtectedQueryStatus
public UpdateProtectedQueryRequest withTargetStatus(TargetProtectedQueryStatus targetStatus)
The target status of a query. Used to update the execution status of a currently running query.
targetStatus
- The target status of a query. Used to update the execution status of a currently running query.TargetProtectedQueryStatus
public String toString()
toString
in class Object
Object.toString()
public UpdateProtectedQueryRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()