@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class LogDeliveryDescription extends Object implements Serializable, Cloneable, StructuredPojo
The description of the log delivery settings.
| Constructor and Description |
|---|
LogDeliveryDescription() |
| Modifier and Type | Method and Description |
|---|---|
LogDeliveryDescription |
clone() |
boolean |
equals(Object obj) |
WorkerLogDeliveryDescription |
getWorkerLogDelivery()
The workers can send worker logs to different destination types.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setWorkerLogDelivery(WorkerLogDeliveryDescription workerLogDelivery)
The workers can send worker logs to different destination types.
|
String |
toString()
Returns a string representation of this object.
|
LogDeliveryDescription |
withWorkerLogDelivery(WorkerLogDeliveryDescription workerLogDelivery)
The workers can send worker logs to different destination types.
|
public void setWorkerLogDelivery(WorkerLogDeliveryDescription workerLogDelivery)
The workers can send worker logs to different destination types. This configuration specifies the details of these destinations.
workerLogDelivery - The workers can send worker logs to different destination types. This configuration specifies the details
of these destinations.public WorkerLogDeliveryDescription getWorkerLogDelivery()
The workers can send worker logs to different destination types. This configuration specifies the details of these destinations.
public LogDeliveryDescription withWorkerLogDelivery(WorkerLogDeliveryDescription workerLogDelivery)
The workers can send worker logs to different destination types. This configuration specifies the details of these destinations.
workerLogDelivery - The workers can send worker logs to different destination types. This configuration specifies the details
of these destinations.public String toString()
toString in class ObjectObject.toString()public LogDeliveryDescription clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2022. All rights reserved.