类 DeleteInstanceRequest


  • public class DeleteInstanceRequest
    extends AbstractBceRequest
    Represents the input of a DeleteInstance operation.
    • 构造器详细资料

      • DeleteInstanceRequest

        public DeleteInstanceRequest()
        Constructs a new DeleteInstanceRequest object. Callers should use the setter or fluent setter (with...) methods to initialize any additional object members.
      • DeleteInstanceRequest

        public DeleteInstanceRequest​(String instanceName)
        Constructs a new DeleteInstanceRequest object. Callers should use the setter or fluent setter (with...) methods to initialize any additional object members.
        参数:
        instanceName - The name of the instance to be deleted.
    • 方法详细资料

      • withInstanceName

        public DeleteInstanceRequest withInstanceName​(String instanceName)
        Set the name of the instance to be deleted.
        参数:
        instanceName - The name of the instance to be deleted.
        返回:
        Returns a reference to the object so that method calls can be chained together.
      • setInstanceName

        public void setInstanceName​(String instanceName)
        Set the name of the instance to be deleted.
        参数:
        instanceName - The name of the instance to be deleted.
      • getInstanceName

        public String getInstanceName()
        Get the name of the instance to be deleted.
        返回:
        The name of the instance to be deleted.