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, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public 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 Object
Object.toString()
public DisableLoggingRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2015. All rights reserved.