类 GetInstanceRequest


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

      • GetInstanceRequest

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

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

      • withInstanceName

        public GetInstanceRequest withInstanceName​(String instanceName)
        Set the name of the instance to get from the account.
        参数:
        instanceName - The name of the instance to get from the account.
        返回:
        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 get from the account.
        参数:
        instanceName - The name of the instance to get from the account.
      • getInstanceName

        public String getInstanceName()
        Get the name of the instance to get from the account.
        返回:
        The name of the instance to get from the account.