public class DescribeLoggingStatusRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
DescribeLoggingStatus operation
.
Describes whether information, such as queries and connection attempts, is being logged for the specified Amazon Redshift cluster.
NOOP
Constructor and Description |
---|
DescribeLoggingStatusRequest() |
Modifier and Type | Method and Description |
---|---|
DescribeLoggingStatusRequest |
clone() |
boolean |
equals(Object obj) |
String |
getClusterIdentifier()
The identifier of the cluster from which to get the logging status.
|
int |
hashCode() |
void |
setClusterIdentifier(String clusterIdentifier)
The identifier of the cluster from which to get the logging status.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeLoggingStatusRequest |
withClusterIdentifier(String clusterIdentifier)
The identifier of the cluster from which to get the logging status.
|
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 from which to get the logging status.
Example: examplecluster
public DescribeLoggingStatusRequest 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 from which to get the logging status.
Example: examplecluster
public String toString()
toString
in class Object
Object.toString()
public DescribeLoggingStatusRequest clone()
clone
in class AmazonWebServiceRequest
Copyright © 2016. All rights reserved.