Class GetPluginResponse

    • 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.
      • 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.
      • 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, type will return PluginType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from typeAsString().

        Returns:
        The type of the plugin.
        See Also:
        PluginType
      • serverUrl

        public final String serverUrl()

        The source URL used for plugin configuration.

        Returns:
        The source URL used for plugin configuration.
      • 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.
      • customPluginConfiguration

        public final CustomPluginConfiguration customPluginConfiguration()

        Configuration information required to create a custom plugin.

        Returns:
        Configuration information required to create a custom plugin.
      • buildStatusAsString

        public final String buildStatusAsString()

        The current status of a plugin. A plugin is modified asynchronously.

        If the service returns an enum value that is not available in the current SDK version, buildStatus will return PluginBuildStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from buildStatusAsString().

        Returns:
        The current status of a plugin. A plugin is modified asynchronously.
        See Also:
        PluginBuildStatus
      • 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.
      • 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, state will return PluginState.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from stateAsString().

        Returns:
        The current state of the plugin.
        See Also:
        PluginState
      • createdAt

        public final Instant createdAt()

        The timestamp for when the plugin was created.

        Returns:
        The timestamp for when the plugin was created.
      • updatedAt

        public final Instant updatedAt()

        The timestamp for when the plugin was last updated.

        Returns:
        The timestamp for when the plugin was last updated.
      • 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.
        Overrides:
        toString in class Object