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.
      • 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.
      • 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
      • 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
      • 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