@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class PutLoggingOptionsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
PutLoggingOptionsRequest() |
Modifier and Type | Method and Description |
---|---|
PutLoggingOptionsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
CloudWatchLogDeliveryOptions |
getCloudWatchLogDelivery()
Creates or updates the log delivery option to Amazon CloudWatch Logs.
|
int |
hashCode() |
void |
setCloudWatchLogDelivery(CloudWatchLogDeliveryOptions cloudWatchLogDelivery)
Creates or updates the log delivery option to Amazon CloudWatch Logs.
|
String |
toString()
Returns a string representation of this object.
|
PutLoggingOptionsRequest |
withCloudWatchLogDelivery(CloudWatchLogDeliveryOptions cloudWatchLogDelivery)
Creates or updates the log delivery option to Amazon CloudWatch Logs.
|
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, withSdkRequestTimeout
public void setCloudWatchLogDelivery(CloudWatchLogDeliveryOptions cloudWatchLogDelivery)
Creates or updates the log delivery option to Amazon CloudWatch Logs.
cloudWatchLogDelivery
- Creates or updates the log delivery option to Amazon CloudWatch Logs.public CloudWatchLogDeliveryOptions getCloudWatchLogDelivery()
Creates or updates the log delivery option to Amazon CloudWatch Logs.
public PutLoggingOptionsRequest withCloudWatchLogDelivery(CloudWatchLogDeliveryOptions cloudWatchLogDelivery)
Creates or updates the log delivery option to Amazon CloudWatch Logs.
cloudWatchLogDelivery
- Creates or updates the log delivery option to Amazon CloudWatch Logs.public String toString()
toString
in class Object
Object.toString()
public PutLoggingOptionsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()