Class ListEnvironmentProfilesRequest

    • Method Detail

      • awsAccountId

        public final String awsAccountId()

        The identifier of the Amazon Web Services account where you want to list environment profiles.

        Returns:
        The identifier of the Amazon Web Services account where you want to list environment profiles.
      • awsAccountRegion

        public final String awsAccountRegion()

        The Amazon Web Services region where you want to list environment profiles.

        Returns:
        The Amazon Web Services region where you want to list environment profiles.
      • domainIdentifier

        public final String domainIdentifier()

        The identifier of the Amazon DataZone domain.

        Returns:
        The identifier of the Amazon DataZone domain.
      • environmentBlueprintIdentifier

        public final String environmentBlueprintIdentifier()

        The identifier of the blueprint that was used to create the environment profiles that you want to list.

        Returns:
        The identifier of the blueprint that was used to create the environment profiles that you want to list.
      • maxResults

        public final Integer maxResults()

        The maximum number of environment profiles to return in a single call to ListEnvironmentProfiles. When the number of environment profiles to be listed is greater than the value of MaxResults, the response contains a NextToken value that you can use in a subsequent call to ListEnvironmentProfiles to list the next set of environment profiles.

        Returns:
        The maximum number of environment profiles to return in a single call to ListEnvironmentProfiles. When the number of environment profiles to be listed is greater than the value of MaxResults, the response contains a NextToken value that you can use in a subsequent call to ListEnvironmentProfiles to list the next set of environment profiles.
      • name

        public final String name()

        Returns:
      • nextToken

        public final String nextToken()

        When the number of environment profiles is greater than the default value for the MaxResults parameter, or if you explicitly specify a value for MaxResults that is less than the number of environment profiles, the response includes a pagination token named NextToken. You can specify this NextToken value in a subsequent call to ListEnvironmentProfiles to list the next set of environment profiles.

        Returns:
        When the number of environment profiles is greater than the default value for the MaxResults parameter, or if you explicitly specify a value for MaxResults that is less than the number of environment profiles, the response includes a pagination token named NextToken. You can specify this NextToken value in a subsequent call to ListEnvironmentProfiles to list the next set of environment profiles.
      • projectIdentifier

        public final String projectIdentifier()

        The identifier of the Amazon DataZone project.

        Returns:
        The identifier of the Amazon DataZone project.
      • 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