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 DeleteVirtualServiceRequest

    • Constructor Detail

      • DeleteVirtualServiceRequest

        public DeleteVirtualServiceRequest()
    • Method Detail

      • setMeshName

        public void setMeshName(String meshName)

        The name of the service mesh to delete the virtual service in.

        Parameters:
        meshName - The name of the service mesh to delete the virtual service in.
      • getMeshName

        public String getMeshName()

        The name of the service mesh to delete the virtual service in.

        Returns:
        The name of the service mesh to delete the virtual service in.
      • withMeshName

        public DeleteVirtualServiceRequest withMeshName(String meshName)

        The name of the service mesh to delete the virtual service in.

        Parameters:
        meshName - The name of the service mesh to delete the virtual service 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 DeleteVirtualServiceRequest 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 delete.

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

        public String getVirtualServiceName()

        The name of the virtual service to delete.

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

        public DeleteVirtualServiceRequest withVirtualServiceName(String virtualServiceName)

        The name of the virtual service to delete.

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