|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazonaws.AmazonWebServiceRequest
com.amazonaws.services.redshift.model.DisableLoggingRequest
public class DisableLoggingRequest
Container for the parameters to the DisableLogging operation
.
Stops logging information, such as queries and connection attempts, for the specified Amazon Redshift cluster.
AmazonRedshift.disableLogging(DisableLoggingRequest)
,
Serialized FormConstructor Summary | |
---|---|
DisableLoggingRequest()
|
Method Summary | |
---|---|
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. |
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 |
---|
public DisableLoggingRequest()
Method Detail |
---|
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 int hashCode()
hashCode
in class Object
public boolean equals(Object obj)
equals
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |