Class GetResourceSnapshotRequest

    • Method Detail

      • catalog

        public final String catalog()

        Specifies the catalog related to the request. Valid values are:

        • AWS: Retrieves the snapshot from the production AWS environment.

        • Sandbox: Retrieves the snapshot from a sandbox environment used for testing or development purposes.

        Returns:
        Specifies the catalog related to the request. Valid values are:

        • AWS: Retrieves the snapshot from the production AWS environment.

        • Sandbox: Retrieves the snapshot from a sandbox environment used for testing or development purposes.

      • engagementIdentifier

        public final String engagementIdentifier()

        The unique identifier of the engagement associated with the snapshot. This field links the snapshot to a specific engagement context.

        Returns:
        The unique identifier of the engagement associated with the snapshot. This field links the snapshot to a specific engagement context.
      • resourceIdentifier

        public final String resourceIdentifier()

        The unique identifier of the specific resource that was snapshotted. The format and constraints of this identifier depend on the ResourceType specified. For Opportunity type, it will be an opportunity ID

        Returns:
        The unique identifier of the specific resource that was snapshotted. The format and constraints of this identifier depend on the ResourceType specified. For Opportunity type, it will be an opportunity ID
      • resourceSnapshotTemplateIdentifier

        public final String resourceSnapshotTemplateIdentifier()

        he name of the template that defines the schema for the snapshot. This template determines which subset of the resource data is included in the snapshot and must correspond to an existing and valid template for the specified ResourceType.

        Returns:
        he name of the template that defines the schema for the snapshot. This template determines which subset of the resource data is included in the snapshot and must correspond to an existing and valid template for the specified ResourceType.
      • resourceType

        public final ResourceType resourceType()

        Specifies the type of resource that was snapshotted. This field determines the structure and content of the snapshot payload. Valid value includes:Opportunity: For opportunity-related data.

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

        Returns:
        Specifies the type of resource that was snapshotted. This field determines the structure and content of the snapshot payload. Valid value includes:Opportunity: For opportunity-related data.
        See Also:
        ResourceType
      • resourceTypeAsString

        public final String resourceTypeAsString()

        Specifies the type of resource that was snapshotted. This field determines the structure and content of the snapshot payload. Valid value includes:Opportunity: For opportunity-related data.

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

        Returns:
        Specifies the type of resource that was snapshotted. This field determines the structure and content of the snapshot payload. Valid value includes:Opportunity: For opportunity-related data.
        See Also:
        ResourceType
      • revision

        public final Integer revision()

        Specifies which revision of the snapshot to retrieve. If omitted returns the latest revision.

        Returns:
        Specifies which revision of the snapshot to retrieve. If omitted returns the latest revision.
      • 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