JavaScript is disabled on your browser.
Skip navigation links

AWS SDK for Java 1.x API Reference - 1.12.795

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.tnb.model

Class GetSolFunctionPackageResult

    • Constructor Detail

      • GetSolFunctionPackageResult

        public GetSolFunctionPackageResult()
    • Method Detail

      • setArn

        public void setArn(String arn)

        Function package ARN.

        Parameters:
        arn - Function package ARN.
      • getArn

        public String getArn()

        Function package ARN.

        Returns:
        Function package ARN.
      • withArn

        public GetSolFunctionPackageResult withArn(String arn)

        Function package ARN.

        Parameters:
        arn - Function package ARN.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setId

        public void setId(String id)

        Function package ID.

        Parameters:
        id - Function package ID.
      • getId

        public String getId()

        Function package ID.

        Returns:
        Function package ID.
      • withId

        public GetSolFunctionPackageResult withId(String id)

        Function package ID.

        Parameters:
        id - Function package ID.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setOnboardingState

        public void setOnboardingState(String onboardingState)

        Function package onboarding state.

        Parameters:
        onboardingState - Function package onboarding state.
        See Also:
        OnboardingState
      • getOnboardingState

        public String getOnboardingState()

        Function package onboarding state.

        Returns:
        Function package onboarding state.
        See Also:
        OnboardingState
      • withOnboardingState

        public GetSolFunctionPackageResult withOnboardingState(String onboardingState)

        Function package onboarding state.

        Parameters:
        onboardingState - Function package onboarding state.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        OnboardingState
      • withOnboardingState

        public GetSolFunctionPackageResult withOnboardingState(OnboardingState onboardingState)

        Function package onboarding state.

        Parameters:
        onboardingState - Function package onboarding state.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        OnboardingState
      • setOperationalState

        public void setOperationalState(String operationalState)

        Function package operational state.

        Parameters:
        operationalState - Function package operational state.
        See Also:
        OperationalState
      • getOperationalState

        public String getOperationalState()

        Function package operational state.

        Returns:
        Function package operational state.
        See Also:
        OperationalState
      • withOperationalState

        public GetSolFunctionPackageResult withOperationalState(String operationalState)

        Function package operational state.

        Parameters:
        operationalState - Function package operational state.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        OperationalState
      • withOperationalState

        public GetSolFunctionPackageResult withOperationalState(OperationalState operationalState)

        Function package operational state.

        Parameters:
        operationalState - Function package operational state.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        OperationalState
      • getTags

        public Map<String,String> getTags()

        A tag is a label that you assign to an Amazon Web Services resource. Each tag consists of a key and an optional value. You can use tags to search and filter your resources or track your Amazon Web Services costs.

        Returns:
        A tag is a label that you assign to an Amazon Web Services resource. Each tag consists of a key and an optional value. You can use tags to search and filter your resources or track your Amazon Web Services costs.
      • setTags

        public void setTags(Map<String,String> tags)

        A tag is a label that you assign to an Amazon Web Services resource. Each tag consists of a key and an optional value. You can use tags to search and filter your resources or track your Amazon Web Services costs.

        Parameters:
        tags - A tag is a label that you assign to an Amazon Web Services resource. Each tag consists of a key and an optional value. You can use tags to search and filter your resources or track your Amazon Web Services costs.
      • withTags

        public GetSolFunctionPackageResult withTags(Map<String,String> tags)

        A tag is a label that you assign to an Amazon Web Services resource. Each tag consists of a key and an optional value. You can use tags to search and filter your resources or track your Amazon Web Services costs.

        Parameters:
        tags - A tag is a label that you assign to an Amazon Web Services resource. Each tag consists of a key and an optional value. You can use tags to search and filter your resources or track your Amazon Web Services costs.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • clearTagsEntries

        public GetSolFunctionPackageResult clearTagsEntries()
        Removes all the entries added into Tags.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setUsageState

        public void setUsageState(String usageState)

        Function package usage state.

        Parameters:
        usageState - Function package usage state.
        See Also:
        UsageState
      • getUsageState

        public String getUsageState()

        Function package usage state.

        Returns:
        Function package usage state.
        See Also:
        UsageState
      • withUsageState

        public GetSolFunctionPackageResult withUsageState(String usageState)

        Function package usage state.

        Parameters:
        usageState - Function package usage state.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        UsageState
      • withUsageState

        public GetSolFunctionPackageResult withUsageState(UsageState usageState)

        Function package usage state.

        Parameters:
        usageState - Function package usage state.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        UsageState
      • setVnfProductName

        public void setVnfProductName(String vnfProductName)

        Network function product name.

        Parameters:
        vnfProductName - Network function product name.
      • getVnfProductName

        public String getVnfProductName()

        Network function product name.

        Returns:
        Network function product name.
      • withVnfProductName

        public GetSolFunctionPackageResult withVnfProductName(String vnfProductName)

        Network function product name.

        Parameters:
        vnfProductName - Network function product name.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setVnfProvider

        public void setVnfProvider(String vnfProvider)

        Network function provider.

        Parameters:
        vnfProvider - Network function provider.
      • getVnfProvider

        public String getVnfProvider()

        Network function provider.

        Returns:
        Network function provider.
      • withVnfProvider

        public GetSolFunctionPackageResult withVnfProvider(String vnfProvider)

        Network function provider.

        Parameters:
        vnfProvider - Network function provider.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setVnfdId

        public void setVnfdId(String vnfdId)

        Function package descriptor ID.

        Parameters:
        vnfdId - Function package descriptor ID.
      • getVnfdId

        public String getVnfdId()

        Function package descriptor ID.

        Returns:
        Function package descriptor ID.
      • withVnfdId

        public GetSolFunctionPackageResult withVnfdId(String vnfdId)

        Function package descriptor ID.

        Parameters:
        vnfdId - Function package descriptor ID.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setVnfdVersion

        public void setVnfdVersion(String vnfdVersion)

        Function package descriptor version.

        Parameters:
        vnfdVersion - Function package descriptor version.
      • getVnfdVersion

        public String getVnfdVersion()

        Function package descriptor version.

        Returns:
        Function package descriptor version.
      • withVnfdVersion

        public GetSolFunctionPackageResult withVnfdVersion(String vnfdVersion)

        Function package descriptor version.

        Parameters:
        vnfdVersion - Function package descriptor version.
        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 によって変換されたページ (->オリジナル) /