Class UpdatePluginRequest
- java.lang.Object
-
- software.amazon.awssdk.core.SdkRequest
-
- software.amazon.awssdk.awscore.AwsRequest
-
- software.amazon.awssdk.services.qbusiness.model.QBusinessRequest
-
- software.amazon.awssdk.services.qbusiness.model.UpdatePluginRequest
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<UpdatePluginRequest.Builder,UpdatePluginRequest>
@Generated("software.amazon.awssdk:codegen") public final class UpdatePluginRequest extends QBusinessRequest implements ToCopyableBuilder<UpdatePluginRequest.Builder,UpdatePluginRequest>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceUpdatePluginRequest.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringapplicationId()The identifier of the application the plugin is attached to.PluginAuthConfigurationauthConfiguration()The authentication configuration the plugin is using.static UpdatePluginRequest.Builderbuilder()CustomPluginConfigurationcustomPluginConfiguration()The configuration for a custom plugin.StringdisplayName()The name of the plugin.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringpluginId()The identifier of the plugin.List<SdkField<?>>sdkFields()static Class<? extends UpdatePluginRequest.Builder>serializableBuilderClass()StringserverUrl()The source URL used for plugin configuration.PluginStatestate()The status of the plugin.StringstateAsString()The status of the plugin.UpdatePluginRequest.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
-
applicationId
public final String applicationId()
The identifier of the application the plugin is attached to.
- Returns:
- The identifier of the application the plugin is attached to.
-
pluginId
public final String pluginId()
The identifier of the plugin.
- Returns:
- The identifier of the plugin.
-
displayName
public final String displayName()
The name of the plugin.
- Returns:
- The name of the plugin.
-
state
public final PluginState state()
The status of the plugin.
If the service returns an enum value that is not available in the current SDK version,
statewill returnPluginState.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstateAsString().- Returns:
- The status of the plugin.
- See Also:
PluginState
-
stateAsString
public final String stateAsString()
The status of the plugin.
If the service returns an enum value that is not available in the current SDK version,
statewill returnPluginState.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstateAsString().- Returns:
- The status of the plugin.
- See Also:
PluginState
-
serverUrl
public final String serverUrl()
The source URL used for plugin configuration.
- Returns:
- The source URL used for plugin configuration.
-
customPluginConfiguration
public final CustomPluginConfiguration customPluginConfiguration()
The configuration for a custom plugin.
- Returns:
- The configuration for a custom plugin.
-
authConfiguration
public final PluginAuthConfiguration authConfiguration()
The authentication configuration the plugin is using.
- Returns:
- The authentication configuration the plugin is using.
-
toBuilder
public UpdatePluginRequest.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<UpdatePluginRequest.Builder,UpdatePluginRequest>- Specified by:
toBuilderin classQBusinessRequest
-
builder
public static UpdatePluginRequest.Builder builder()
-
serializableBuilderClass
public static Class<? extends UpdatePluginRequest.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
-
-