Class ModifyVpcEndPointServiceAttributeRequest


  • public class ModifyVpcEndPointServiceAttributeRequest
    extends AbstractModel
    • Constructor Detail

      • ModifyVpcEndPointServiceAttributeRequest

        public ModifyVpcEndPointServiceAttributeRequest()
      • ModifyVpcEndPointServiceAttributeRequest

        public ModifyVpcEndPointServiceAttributeRequest​(ModifyVpcEndPointServiceAttributeRequest source)
        NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy, and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
    • Method Detail

      • getEndPointServiceId

        public String getEndPointServiceId()
        Get 终端节点服务ID。
        Returns:
        EndPointServiceId 终端节点服务ID。
      • setEndPointServiceId

        public void setEndPointServiceId​(String EndPointServiceId)
        Set 终端节点服务ID。
        Parameters:
        EndPointServiceId - 终端节点服务ID。
      • getVpcId

        public String getVpcId()
        Get VPCID。
        Returns:
        VpcId VPCID。
      • setVpcId

        public void setVpcId​(String VpcId)
        Set VPCID。
        Parameters:
        VpcId - VPCID。
      • getEndPointServiceName

        public String getEndPointServiceName()
        Get 终端节点服务名称。
        Returns:
        EndPointServiceName 终端节点服务名称。
      • setEndPointServiceName

        public void setEndPointServiceName​(String EndPointServiceName)
        Set 终端节点服务名称。
        Parameters:
        EndPointServiceName - 终端节点服务名称。
      • getAutoAcceptFlag

        public Boolean getAutoAcceptFlag()
        Get 是否自动接受终端节点的连接请求。
      • true:自动接受
      • false:不自动接受
Returns:
AutoAcceptFlag 是否自动接受终端节点的连接请求。
  • true:自动接受
  • false:不自动接受
  • Parameters:
    AutoAcceptFlag - 是否自动接受终端节点的连接请求。
  • true:自动接受
  • false:不自动接受