Class GetPluginResponse
- java.lang.Object
-
- software.amazon.awssdk.core.SdkResponse
-
- software.amazon.awssdk.awscore.AwsResponse
-
- software.amazon.awssdk.services.qbusiness.model.QBusinessResponse
-
- software.amazon.awssdk.services.qbusiness.model.GetPluginResponse
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<GetPluginResponse.Builder,GetPluginResponse>
@Generated("software.amazon.awssdk:codegen") public final class GetPluginResponse extends QBusinessResponse implements ToCopyableBuilder<GetPluginResponse.Builder,GetPluginResponse>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceGetPluginResponse.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringapplicationId()The identifier of the application which contains the plugin.PluginAuthConfigurationauthConfiguration()Returns the value of the AuthConfiguration property for this object.static GetPluginResponse.Builderbuilder()InstantcreatedAt()The timestamp for when the plugin was created.StringdisplayName()The name of the plugin.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringpluginArn()The Amazon Resource Name (ARN) of the role with permission to access resources needed to create the plugin.StringpluginId()The identifier of the plugin.List<SdkField<?>>sdkFields()static Class<? extends GetPluginResponse.Builder>serializableBuilderClass()StringserverUrl()The source URL used for plugin configuration.PluginStatestate()The current state of the plugin.StringstateAsString()The current state of the plugin.GetPluginResponse.BuildertoBuilder()StringtoString()Returns a string representation of this object.PluginTypetype()The type of the plugin.StringtypeAsString()The type of the plugin.InstantupdatedAt()The timestamp for when the plugin was last updated.-
Methods inherited from class software.amazon.awssdk.services.qbusiness.model.QBusinessResponse
responseMetadata
-
Methods inherited from class software.amazon.awssdk.core.SdkResponse
sdkHttpResponse
-
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 which contains the plugin.
- Returns:
- The identifier of the application which contains the plugin.
-
authConfiguration
public final PluginAuthConfiguration authConfiguration()
Returns the value of the AuthConfiguration property for this object.- Returns:
- The value of the AuthConfiguration property for this object.
-
createdAt
public final Instant createdAt()
The timestamp for when the plugin was created.
- Returns:
- The timestamp for when the plugin was created.
-
displayName
public final String displayName()
The name of the plugin.
- Returns:
- The name of the plugin.
-
pluginArn
public final String pluginArn()
The Amazon Resource Name (ARN) of the role with permission to access resources needed to create the plugin.
- Returns:
- The Amazon Resource Name (ARN) of the role with permission to access resources needed to create the plugin.
-
pluginId
public final String pluginId()
The identifier of the plugin.
- Returns:
- The identifier of the plugin.
-
serverUrl
public final String serverUrl()
The source URL used for plugin configuration.
- Returns:
- The source URL used for plugin configuration.
-
state
public final PluginState state()
The current state 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 current state of the plugin.
- See Also:
PluginState
-
stateAsString
public final String stateAsString()
The current state 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 current state of the plugin.
- See Also:
PluginState
-
type
public final PluginType type()
The type of the plugin.
If the service returns an enum value that is not available in the current SDK version,
typewill returnPluginType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromtypeAsString().- Returns:
- The type of the plugin.
- See Also:
PluginType
-
typeAsString
public final String typeAsString()
The type of the plugin.
If the service returns an enum value that is not available in the current SDK version,
typewill returnPluginType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromtypeAsString().- Returns:
- The type of the plugin.
- See Also:
PluginType
-
updatedAt
public final Instant updatedAt()
The timestamp for when the plugin was last updated.
- Returns:
- The timestamp for when the plugin was last updated.
-
toBuilder
public GetPluginResponse.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<GetPluginResponse.Builder,GetPluginResponse>- Specified by:
toBuilderin classAwsResponse
-
builder
public static GetPluginResponse.Builder builder()
-
serializableBuilderClass
public static Class<? extends GetPluginResponse.Builder> serializableBuilderClass()
-
hashCode
public final int hashCode()
- Overrides:
hashCodein classAwsResponse
-
equals
public final boolean equals(Object obj)
- Overrides:
equalsin classAwsResponse
-
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 classSdkResponse
-
-