Class CreateCustomPluginRequest
- java.lang.Object
-
- software.amazon.awssdk.core.SdkRequest
-
- software.amazon.awssdk.awscore.AwsRequest
-
- software.amazon.awssdk.services.kafkaconnect.model.KafkaConnectRequest
-
- software.amazon.awssdk.services.kafkaconnect.model.CreateCustomPluginRequest
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<CreateCustomPluginRequest.Builder,CreateCustomPluginRequest>
@Generated("software.amazon.awssdk:codegen") public final class CreateCustomPluginRequest extends KafkaConnectRequest implements ToCopyableBuilder<CreateCustomPluginRequest.Builder,CreateCustomPluginRequest>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceCreateCustomPluginRequest.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static CreateCustomPluginRequest.Builderbuilder()CustomPluginContentTypecontentType()The type of the plugin file.StringcontentTypeAsString()The type of the plugin file.Stringdescription()A summary description of the custom plugin.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()CustomPluginLocationlocation()Information about the location of a custom plugin.Stringname()The name of the custom plugin.List<SdkField<?>>sdkFields()static Class<? extends CreateCustomPluginRequest.Builder>serializableBuilderClass()CreateCustomPluginRequest.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class software.amazon.awssdk.awscore.AwsRequest
overrideConfiguration
-
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
-
contentType
public final CustomPluginContentType contentType()
The type of the plugin file.
If the service returns an enum value that is not available in the current SDK version,
contentTypewill returnCustomPluginContentType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromcontentTypeAsString().- Returns:
- The type of the plugin file.
- See Also:
CustomPluginContentType
-
contentTypeAsString
public final String contentTypeAsString()
The type of the plugin file.
If the service returns an enum value that is not available in the current SDK version,
contentTypewill returnCustomPluginContentType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromcontentTypeAsString().- Returns:
- The type of the plugin file.
- See Also:
CustomPluginContentType
-
description
public final String description()
A summary description of the custom plugin.
- Returns:
- A summary description of the custom plugin.
-
location
public final CustomPluginLocation location()
Information about the location of a custom plugin.
- Returns:
- Information about the location of a custom plugin.
-
name
public final String name()
The name of the custom plugin.
- Returns:
- The name of the custom plugin.
-
toBuilder
public CreateCustomPluginRequest.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<CreateCustomPluginRequest.Builder,CreateCustomPluginRequest>- Specified by:
toBuilderin classKafkaConnectRequest
-
builder
public static CreateCustomPluginRequest.Builder builder()
-
serializableBuilderClass
public static Class<? extends CreateCustomPluginRequest.Builder> serializableBuilderClass()
-
hashCode
public final int hashCode()
- Overrides:
hashCodein classAwsRequest
-
equals
public final boolean equals(Object obj)
- Overrides:
equalsin classAwsRequest
-
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.
-
getValueForField
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
- Overrides:
getValueForFieldin classSdkRequest
-
-