public class DescribeLoggingStatusRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description | 
|---|
| DescribeLoggingStatusRequest() | 
| Modifier and Type | Method and Description | 
|---|---|
| DescribeLoggingStatusRequest | clone()Creates a shallow clone of this request. | 
| 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. | 
getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic void setClusterIdentifier(String clusterIdentifier)
The identifier of the cluster from which to get the logging status.
 Example: examplecluster
 
clusterIdentifier - The identifier of the cluster from which to get the logging
        status. 
        
        Example: examplecluster
public String getClusterIdentifier()
The identifier of the cluster from which to get the logging status.
 Example: examplecluster
 
         Example: examplecluster
public DescribeLoggingStatusRequest withClusterIdentifier(String clusterIdentifier)
The identifier of the cluster from which to get the logging status.
 Example: examplecluster
 
clusterIdentifier - The identifier of the cluster from which to get the logging
        status. 
        
        Example: examplecluster
public String toString()
toString in class ObjectObject.toString()public DescribeLoggingStatusRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.