Class BrokerLogs
- java.lang.Object
-
- software.amazon.awssdk.services.kafka.model.BrokerLogs
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<BrokerLogs.Builder,BrokerLogs>
@Generated("software.amazon.awssdk:codegen") public final class BrokerLogs extends Object implements SdkPojo, Serializable, ToCopyableBuilder<BrokerLogs.Builder,BrokerLogs>
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceBrokerLogs.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static BrokerLogs.Builderbuilder()CloudWatchLogscloudWatchLogs()Returns the value of the CloudWatchLogs property for this object.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)Firehosefirehose()Returns the value of the Firehose property for this object.<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()S3s3()Returns the value of the S3 property for this object.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends BrokerLogs.Builder>serializableBuilderClass()BrokerLogs.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
cloudWatchLogs
public final CloudWatchLogs cloudWatchLogs()
Returns the value of the CloudWatchLogs property for this object.- Returns:
- The value of the CloudWatchLogs property for this object.
-
firehose
public final Firehose firehose()
Returns the value of the Firehose property for this object.- Returns:
- The value of the Firehose property for this object.
-
s3
public final S3 s3()
Returns the value of the S3 property for this object.- Returns:
- The value of the S3 property for this object.
-
toBuilder
public BrokerLogs.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<BrokerLogs.Builder,BrokerLogs>
-
builder
public static BrokerLogs.Builder builder()
-
serializableBuilderClass
public static Class<? extends BrokerLogs.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-