Class ListShareInvitationsRequest

    • Method Detail

      • workloadNamePrefix

        public final String workloadNamePrefix()
        Returns the value of the WorkloadNamePrefix property for this object.
        Returns:
        The value of the WorkloadNamePrefix property for this object.
      • lensNamePrefix

        public final String lensNamePrefix()

        An optional string added to the beginning of each lens name returned in the results.

        Returns:
        An optional string added to the beginning of each lens name returned in the results.
      • shareResourceTypeAsString

        public final String shareResourceTypeAsString()

        The type of share invitations to be returned.

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

        Returns:
        The type of share invitations to be returned.
        See Also:
        ShareResourceType
      • nextToken

        public final String nextToken()
        Returns the value of the NextToken property for this object.
        Returns:
        The value of the NextToken property for this object.
      • maxResults

        public final Integer maxResults()

        The maximum number of results to return for this request.

        Returns:
        The maximum number of results to return for this request.
      • profileNamePrefix

        public final String profileNamePrefix()

        An optional string added to the beginning of each profile name returned in the results.

        Returns:
        An optional string added to the beginning of each profile name returned in the results.
      • templateNamePrefix

        public final String templateNamePrefix()

        An optional string added to the beginning of each review template name returned in the results.

        Returns:
        An optional string added to the beginning of each review template name returned in the results.
      • 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