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

Class GetHostResult

    • Constructor Detail

      • GetHostResult

        public GetHostResult()
    • Method Detail

      • setName

        public void setName(String name)

        The name of the requested host.

        Parameters:
        name - The name of the requested host.
      • getName

        public String getName()

        The name of the requested host.

        Returns:
        The name of the requested host.
      • withName

        public GetHostResult withName(String name)

        The name of the requested host.

        Parameters:
        name - The name of the requested host.
        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 requested host.

        Parameters:
        status - The status of the requested host.
      • getStatus

        public String getStatus()

        The status of the requested host.

        Returns:
        The status of the requested host.
      • withStatus

        public GetHostResult withStatus(String status)

        The status of the requested host.

        Parameters:
        status - The status of the requested host.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setProviderType

        public void setProviderType(String providerType)

        The provider type of the requested host, such as GitHub Enterprise Server.

        Parameters:
        providerType - The provider type of the requested host, such as GitHub Enterprise Server.
        See Also:
        ProviderType
      • getProviderType

        public String getProviderType()

        The provider type of the requested host, such as GitHub Enterprise Server.

        Returns:
        The provider type of the requested host, such as GitHub Enterprise Server.
        See Also:
        ProviderType
      • withProviderType

        public GetHostResult withProviderType(String providerType)

        The provider type of the requested host, such as GitHub Enterprise Server.

        Parameters:
        providerType - The provider type of the requested host, such as GitHub Enterprise Server.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ProviderType
      • withProviderType

        public GetHostResult withProviderType(ProviderType providerType)

        The provider type of the requested host, such as GitHub Enterprise Server.

        Parameters:
        providerType - The provider type of the requested host, such as GitHub Enterprise Server.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ProviderType
      • setProviderEndpoint

        public void setProviderEndpoint(String providerEndpoint)

        The endpoint of the infrastructure represented by the requested host.

        Parameters:
        providerEndpoint - The endpoint of the infrastructure represented by the requested host.
      • getProviderEndpoint

        public String getProviderEndpoint()

        The endpoint of the infrastructure represented by the requested host.

        Returns:
        The endpoint of the infrastructure represented by the requested host.
      • withProviderEndpoint

        public GetHostResult withProviderEndpoint(String providerEndpoint)

        The endpoint of the infrastructure represented by the requested host.

        Parameters:
        providerEndpoint - The endpoint of the infrastructure represented by the requested host.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setVpcConfiguration

        public void setVpcConfiguration(VpcConfiguration vpcConfiguration)

        The VPC configuration of the requested host.

        Parameters:
        vpcConfiguration - The VPC configuration of the requested host.
      • getVpcConfiguration

        public VpcConfiguration getVpcConfiguration()

        The VPC configuration of the requested host.

        Returns:
        The VPC configuration of the requested host.
      • withVpcConfiguration

        public GetHostResult withVpcConfiguration(VpcConfiguration vpcConfiguration)

        The VPC configuration of the requested host.

        Parameters:
        vpcConfiguration - The VPC configuration of the requested host.
        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 によって変換されたページ (->オリジナル) /