com.amazonaws.services.redshift.model
Class DescribeLoggingStatusRequest

java.lang.Object
  extended by com.amazonaws.AmazonWebServiceRequest
      extended by com.amazonaws.services.redshift.model.DescribeLoggingStatusRequest
All Implemented Interfaces:
Serializable

public class DescribeLoggingStatusRequest
extends AmazonWebServiceRequest
implements Serializable

Container for the parameters to the DescribeLoggingStatus operation.

Describes whether information, such as queries and connection attempts, is being logged for the specified Amazon Redshift cluster.

See Also:
AmazonRedshift.describeLoggingStatus(DescribeLoggingStatusRequest), Serialized Form

Constructor Summary
DescribeLoggingStatusRequest()
           
 
Method Summary
 boolean equals(Object obj)
           
 String getClusterIdentifier()
          The identifier of the cluster to get the logging status from.
 int hashCode()
           
 void setClusterIdentifier(String clusterIdentifier)
          The identifier of the cluster to get the logging status from.
 String toString()
          Returns a string representation of this object; useful for testing and debugging.
 DescribeLoggingStatusRequest withClusterIdentifier(String clusterIdentifier)
          The identifier of the cluster to get the logging status from.
 
Methods inherited from class com.amazonaws.AmazonWebServiceRequest
copyPrivateRequestParameters, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, setRequestCredentials, setRequestMetricCollector, withRequestMetricCollector
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DescribeLoggingStatusRequest

public DescribeLoggingStatusRequest()
Method Detail

getClusterIdentifier

public String getClusterIdentifier()
The identifier of the cluster to get the logging status from.

Example: examplecluster

Returns:
The identifier of the cluster to get the logging status from.

Example: examplecluster


setClusterIdentifier

public void setClusterIdentifier(String clusterIdentifier)
The identifier of the cluster to get the logging status from.

Example: examplecluster

Parameters:
clusterIdentifier - The identifier of the cluster to get the logging status from.

Example: examplecluster


withClusterIdentifier

public DescribeLoggingStatusRequest withClusterIdentifier(String clusterIdentifier)
The identifier of the cluster to get the logging status from.

Example: examplecluster

Returns a reference to this object so that method calls can be chained together.

Parameters:
clusterIdentifier - The identifier of the cluster to get the logging status from.

Example: examplecluster

Returns:
A reference to this updated object so that method calls can be chained together.

toString

public String toString()
Returns a string representation of this object; useful for testing and debugging.

Overrides:
toString in class Object
Returns:
A string representation of this object.
See Also:
Object.toString()

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object


Copyright © 2016. All rights reserved.