@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class LogDelivery extends Object implements Serializable, Cloneable, StructuredPojo
Details about log delivery.
| Constructor and Description |
|---|
LogDelivery() |
| Modifier and Type | Method and Description |
|---|---|
LogDelivery |
clone() |
boolean |
equals(Object obj) |
WorkerLogDelivery |
getWorkerLogDelivery()
The workers can send worker logs to different destination types.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setWorkerLogDelivery(WorkerLogDelivery workerLogDelivery)
The workers can send worker logs to different destination types.
|
String |
toString()
Returns a string representation of this object.
|
LogDelivery |
withWorkerLogDelivery(WorkerLogDelivery workerLogDelivery)
The workers can send worker logs to different destination types.
|
public void setWorkerLogDelivery(WorkerLogDelivery 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 WorkerLogDelivery getWorkerLogDelivery()
The workers can send worker logs to different destination types. This configuration specifies the details of these destinations.
public LogDelivery withWorkerLogDelivery(WorkerLogDelivery 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 LogDelivery clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.