JavaScript is disabled on your browser.
Skip navigation links

AWS SDK for Java 1.x API Reference - 1.12.793

We announced the upcoming end-of-support for AWS SDK for Java (v1). We recommend that you migrate to AWS SDK for Java v2. For dates, additional details, and information on how to migrate, please refer to the linked announcement.
com.amazonaws.services.ecr.model

Class GetLifecyclePolicyPreviewResult

    • Constructor Detail

      • GetLifecyclePolicyPreviewResult

        public GetLifecyclePolicyPreviewResult()
    • Method Detail

      • setRegistryId

        public void setRegistryId(String registryId)

        The registry ID associated with the request.

        Parameters:
        registryId - The registry ID associated with the request.
      • getRegistryId

        public String getRegistryId()

        The registry ID associated with the request.

        Returns:
        The registry ID associated with the request.
      • withRegistryId

        public GetLifecyclePolicyPreviewResult withRegistryId(String registryId)

        The registry ID associated with the request.

        Parameters:
        registryId - The registry ID associated with the request.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setRepositoryName

        public void setRepositoryName(String repositoryName)

        The repository name associated with the request.

        Parameters:
        repositoryName - The repository name associated with the request.
      • getRepositoryName

        public String getRepositoryName()

        The repository name associated with the request.

        Returns:
        The repository name associated with the request.
      • withRepositoryName

        public GetLifecyclePolicyPreviewResult withRepositoryName(String repositoryName)

        The repository name associated with the request.

        Parameters:
        repositoryName - The repository name associated with the request.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setLifecyclePolicyText

        public void setLifecyclePolicyText(String lifecyclePolicyText)

        The JSON lifecycle policy text.

        Parameters:
        lifecyclePolicyText - The JSON lifecycle policy text.
      • getLifecyclePolicyText

        public String getLifecyclePolicyText()

        The JSON lifecycle policy text.

        Returns:
        The JSON lifecycle policy text.
      • withLifecyclePolicyText

        public GetLifecyclePolicyPreviewResult withLifecyclePolicyText(String lifecyclePolicyText)

        The JSON lifecycle policy text.

        Parameters:
        lifecyclePolicyText - The JSON lifecycle policy text.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setStatus

        public void setStatus(String status)

        The status of the lifecycle policy preview request.

        Parameters:
        status - The status of the lifecycle policy preview request.
        See Also:
        LifecyclePolicyPreviewStatus
      • getStatus

        public String getStatus()

        The status of the lifecycle policy preview request.

        Returns:
        The status of the lifecycle policy preview request.
        See Also:
        LifecyclePolicyPreviewStatus
      • withStatus

        public GetLifecyclePolicyPreviewResult withStatus(String status)

        The status of the lifecycle policy preview request.

        Parameters:
        status - The status of the lifecycle policy preview request.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        LifecyclePolicyPreviewStatus
      • setNextToken

        public void setNextToken(String nextToken)

        The nextToken value to include in a future GetLifecyclePolicyPreview request. When the results of a GetLifecyclePolicyPreview request exceed maxResults, this value can be used to retrieve the next page of results. This value is null when there are no more results to return.

        Parameters:
        nextToken - The nextToken value to include in a future GetLifecyclePolicyPreview request. When the results of a GetLifecyclePolicyPreview request exceed maxResults, this value can be used to retrieve the next page of results. This value is null when there are no more results to return.
      • getNextToken

        public String getNextToken()

        The nextToken value to include in a future GetLifecyclePolicyPreview request. When the results of a GetLifecyclePolicyPreview request exceed maxResults, this value can be used to retrieve the next page of results. This value is null when there are no more results to return.

        Returns:
        The nextToken value to include in a future GetLifecyclePolicyPreview request. When the results of a GetLifecyclePolicyPreview request exceed maxResults, this value can be used to retrieve the next page of results. This value is null when there are no more results to return.
      • withNextToken

        public GetLifecyclePolicyPreviewResult withNextToken(String nextToken)

        The nextToken value to include in a future GetLifecyclePolicyPreview request. When the results of a GetLifecyclePolicyPreview request exceed maxResults, this value can be used to retrieve the next page of results. This value is null when there are no more results to return.

        Parameters:
        nextToken - The nextToken value to include in a future GetLifecyclePolicyPreview request. When the results of a GetLifecyclePolicyPreview request exceed maxResults, this value can be used to retrieve the next page of results. This value is null when there are no more results to return.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • getPreviewResults

        public List<LifecyclePolicyPreviewResult> getPreviewResults()

        The results of the lifecycle policy preview request.

        Returns:
        The results of the lifecycle policy preview request.
      • setPreviewResults

        public void setPreviewResults(Collection<LifecyclePolicyPreviewResult> previewResults)

        The results of the lifecycle policy preview request.

        Parameters:
        previewResults - The results of the lifecycle policy preview request.
      • withPreviewResults

        public GetLifecyclePolicyPreviewResult withPreviewResults(Collection<LifecyclePolicyPreviewResult> previewResults)

        The results of the lifecycle policy preview request.

        Parameters:
        previewResults - The results of the lifecycle policy preview request.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setSummary

        public void setSummary(LifecyclePolicyPreviewSummary summary)

        The list of images that is returned as a result of the action.

        Parameters:
        summary - The list of images that is returned as a result of the action.
      • getSummary

        public LifecyclePolicyPreviewSummary getSummary()

        The list of images that is returned as a result of the action.

        Returns:
        The list of images that is returned as a result of the action.
      • withSummary

        public GetLifecyclePolicyPreviewResult withSummary(LifecyclePolicyPreviewSummary summary)

        The list of images that is returned as a result of the action.

        Parameters:
        summary - The list of images that is returned as a result of the action.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • toString

        public 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
        Returns:
        A string representation of this object.
        See Also:
        Object.toString()
Skip navigation links

AltStyle によって変換されたページ (->オリジナル) /