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

Class DescribeVirtualServiceRequest

    • Constructor Detail

      • DescribeVirtualServiceRequest

        public DescribeVirtualServiceRequest()
    • Method Detail

      • setMeshName

        public void setMeshName(String meshName)

        The name of the service mesh that the virtual service resides in.

        Parameters:
        meshName - The name of the service mesh that the virtual service resides in.
      • getMeshName

        public String getMeshName()

        The name of the service mesh that the virtual service resides in.

        Returns:
        The name of the service mesh that the virtual service resides in.
      • withMeshName

        public DescribeVirtualServiceRequest withMeshName(String meshName)

        The name of the service mesh that the virtual service resides in.

        Parameters:
        meshName - The name of the service mesh that the virtual service resides in.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setMeshOwner

        public void setMeshOwner(String meshOwner)

        The Amazon Web Services IAM account ID of the service mesh owner. If the account ID is not your own, then it's the ID of the account that shared the mesh with your account. For more information about mesh sharing, see Working with shared meshes.

        Parameters:
        meshOwner - The Amazon Web Services IAM account ID of the service mesh owner. If the account ID is not your own, then it's the ID of the account that shared the mesh with your account. For more information about mesh sharing, see Working with shared meshes.
      • getMeshOwner

        public String getMeshOwner()

        The Amazon Web Services IAM account ID of the service mesh owner. If the account ID is not your own, then it's the ID of the account that shared the mesh with your account. For more information about mesh sharing, see Working with shared meshes.

        Returns:
        The Amazon Web Services IAM account ID of the service mesh owner. If the account ID is not your own, then it's the ID of the account that shared the mesh with your account. For more information about mesh sharing, see Working with shared meshes.
      • withMeshOwner

        public DescribeVirtualServiceRequest withMeshOwner(String meshOwner)

        The Amazon Web Services IAM account ID of the service mesh owner. If the account ID is not your own, then it's the ID of the account that shared the mesh with your account. For more information about mesh sharing, see Working with shared meshes.

        Parameters:
        meshOwner - The Amazon Web Services IAM account ID of the service mesh owner. If the account ID is not your own, then it's the ID of the account that shared the mesh with your account. For more information about mesh sharing, see Working with shared meshes.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setVirtualServiceName

        public void setVirtualServiceName(String virtualServiceName)

        The name of the virtual service to describe.

        Parameters:
        virtualServiceName - The name of the virtual service to describe.
      • getVirtualServiceName

        public String getVirtualServiceName()

        The name of the virtual service to describe.

        Returns:
        The name of the virtual service to describe.
      • withVirtualServiceName

        public DescribeVirtualServiceRequest withVirtualServiceName(String virtualServiceName)

        The name of the virtual service to describe.

        Parameters:
        virtualServiceName - The name of the virtual service to describe.
        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 によって変換されたページ (->オリジナル) /