Class GetDataSourceIntrospectionRequest

    • Method Detail

      • introspectionId

        public final String introspectionId()

        The introspection ID. Each introspection contains a unique ID that can be used to reference the instrospection record.

        Returns:
        The introspection ID. Each introspection contains a unique ID that can be used to reference the instrospection record.
      • includeModelsSDL

        public final Boolean includeModelsSDL()

        A boolean flag that determines whether SDL should be generated for introspected types or not. If set to true, each model will contain an sdl property that contains the SDL for that type. The SDL only contains the type data and no additional metadata or directives.

        Returns:
        A boolean flag that determines whether SDL should be generated for introspected types or not. If set to true, each model will contain an sdl property that contains the SDL for that type. The SDL only contains the type data and no additional metadata or directives.
      • nextToken

        public final String nextToken()

        Determines the number of types to be returned in a single response before paginating. This value is typically taken from nextToken value from the previous response.

        Returns:
        Determines the number of types to be returned in a single response before paginating. This value is typically taken from nextToken value from the previous response.
      • maxResults

        public final Integer maxResults()

        The maximum number of introspected types that will be returned in a single response.

        Returns:
        The maximum number of introspected types that will be returned in a single response.
      • 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