public class DisableLoggingRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
DisableLogging operation.
 Stops logging information, such as queries and connection attempts, for the specified Amazon Redshift cluster.
NOOP| Constructor and Description | 
|---|
| DisableLoggingRequest() | 
| Modifier and Type | Method and Description | 
|---|---|
| DisableLoggingRequest | clone()Creates a shallow clone of this request. | 
| boolean | equals(Object obj) | 
| String | getClusterIdentifier()The identifier of the cluster on which logging is to be stopped. | 
| int | hashCode() | 
| void | setClusterIdentifier(String clusterIdentifier)The identifier of the cluster on which logging is to be stopped. | 
| String | toString()Returns a string representation of this object; useful for testing and
 debugging. | 
| DisableLoggingRequest | withClusterIdentifier(String clusterIdentifier)The identifier of the cluster on which logging is to be stopped. | 
copyBaseTo, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollectorpublic String getClusterIdentifier()
Example: examplecluster
Example: examplecluster
public void setClusterIdentifier(String clusterIdentifier)
Example: examplecluster
clusterIdentifier - The identifier of the cluster on which logging is to be stopped.
         Example: examplecluster
public DisableLoggingRequest withClusterIdentifier(String clusterIdentifier)
Example: examplecluster
 
Returns a reference to this object so that method calls can be chained together.
clusterIdentifier - The identifier of the cluster on which logging is to be stopped.
         Example: examplecluster
public String toString()
toString in class ObjectObject.toString()public DisableLoggingRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()Copyright © 2015. All rights reserved.