@Generated(value="com.amazonaws:aws-java-sdk-code-generator") 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 object for all fields except the handler context. | 
| 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. | 
| DescribeLoggingStatusRequest | withClusterIdentifier(String clusterIdentifier)
 The identifier of the cluster from which to get the logging status. | 
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, 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()