@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class BrokerLogs extends Object implements Serializable, Cloneable, StructuredPojo
| Constructor and Description |
|---|
BrokerLogs() |
| Modifier and Type | Method and Description |
|---|---|
BrokerLogs |
clone() |
boolean |
equals(Object obj) |
CloudWatchLogs |
getCloudWatchLogs() |
Firehose |
getFirehose() |
S3 |
getS3() |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setCloudWatchLogs(CloudWatchLogs cloudWatchLogs) |
void |
setFirehose(Firehose firehose) |
void |
setS3(S3 s3) |
String |
toString()
Returns a string representation of this object.
|
BrokerLogs |
withCloudWatchLogs(CloudWatchLogs cloudWatchLogs) |
BrokerLogs |
withFirehose(Firehose firehose) |
BrokerLogs |
withS3(S3 s3) |
public void setCloudWatchLogs(CloudWatchLogs cloudWatchLogs)
cloudWatchLogs - public CloudWatchLogs getCloudWatchLogs()
public BrokerLogs withCloudWatchLogs(CloudWatchLogs cloudWatchLogs)
cloudWatchLogs - public void setFirehose(Firehose firehose)
firehose - public Firehose getFirehose()
public BrokerLogs withFirehose(Firehose firehose)
firehose - public void setS3(S3 s3)
s3 - public S3 getS3()
public BrokerLogs withS3(S3 s3)
s3 - public String toString()
toString in class ObjectObject.toString()public BrokerLogs clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.