JavaScript is disabled on your browser.
Skip navigation links

AWS SDK for Java 1.x API Reference - 1.12.795

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

Class StartCapacityTaskResult

    • Constructor Detail

      • StartCapacityTaskResult

        public StartCapacityTaskResult()
    • Method Detail

      • setCapacityTaskId

        public void setCapacityTaskId(String capacityTaskId)

        ID of the capacity task that you want to start.

        Parameters:
        capacityTaskId - ID of the capacity task that you want to start.
      • getCapacityTaskId

        public String getCapacityTaskId()

        ID of the capacity task that you want to start.

        Returns:
        ID of the capacity task that you want to start.
      • withCapacityTaskId

        public StartCapacityTaskResult withCapacityTaskId(String capacityTaskId)

        ID of the capacity task that you want to start.

        Parameters:
        capacityTaskId - ID of the capacity task that you want to start.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setOutpostId

        public void setOutpostId(String outpostId)

        ID of the Outpost associated with the capacity task.

        Parameters:
        outpostId - ID of the Outpost associated with the capacity task.
      • getOutpostId

        public String getOutpostId()

        ID of the Outpost associated with the capacity task.

        Returns:
        ID of the Outpost associated with the capacity task.
      • withOutpostId

        public StartCapacityTaskResult withOutpostId(String outpostId)

        ID of the Outpost associated with the capacity task.

        Parameters:
        outpostId - ID of the Outpost associated with the capacity task.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setOrderId

        public void setOrderId(String orderId)

        ID of the Amazon Web Services Outposts order of the host associated with the capacity task.

        Parameters:
        orderId - ID of the Amazon Web Services Outposts order of the host associated with the capacity task.
      • getOrderId

        public String getOrderId()

        ID of the Amazon Web Services Outposts order of the host associated with the capacity task.

        Returns:
        ID of the Amazon Web Services Outposts order of the host associated with the capacity task.
      • withOrderId

        public StartCapacityTaskResult withOrderId(String orderId)

        ID of the Amazon Web Services Outposts order of the host associated with the capacity task.

        Parameters:
        orderId - ID of the Amazon Web Services Outposts order of the host associated with the capacity task.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • getRequestedInstancePools

        public List<InstanceTypeCapacity> getRequestedInstancePools()

        List of the instance pools requested in the specified capacity task.

        Returns:
        List of the instance pools requested in the specified capacity task.
      • setRequestedInstancePools

        public void setRequestedInstancePools(Collection<InstanceTypeCapacity> requestedInstancePools)

        List of the instance pools requested in the specified capacity task.

        Parameters:
        requestedInstancePools - List of the instance pools requested in the specified capacity task.
      • withRequestedInstancePools

        public StartCapacityTaskResult withRequestedInstancePools(Collection<InstanceTypeCapacity> requestedInstancePools)

        List of the instance pools requested in the specified capacity task.

        Parameters:
        requestedInstancePools - List of the instance pools requested in the specified capacity task.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setDryRun

        public void setDryRun(Boolean dryRun)

        Results of the dry run showing if the specified capacity task is above or below the available instance capacity.

        Parameters:
        dryRun - Results of the dry run showing if the specified capacity task is above or below the available instance capacity.
      • getDryRun

        public Boolean getDryRun()

        Results of the dry run showing if the specified capacity task is above or below the available instance capacity.

        Returns:
        Results of the dry run showing if the specified capacity task is above or below the available instance capacity.
      • withDryRun

        public StartCapacityTaskResult withDryRun(Boolean dryRun)

        Results of the dry run showing if the specified capacity task is above or below the available instance capacity.

        Parameters:
        dryRun - Results of the dry run showing if the specified capacity task is above or below the available instance capacity.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • isDryRun

        public Boolean isDryRun()

        Results of the dry run showing if the specified capacity task is above or below the available instance capacity.

        Returns:
        Results of the dry run showing if the specified capacity task is above or below the available instance capacity.
      • setCapacityTaskStatus

        public void setCapacityTaskStatus(String capacityTaskStatus)

        Status of the specified capacity task.

        Parameters:
        capacityTaskStatus - Status of the specified capacity task.
        See Also:
        CapacityTaskStatus
      • getCapacityTaskStatus

        public String getCapacityTaskStatus()

        Status of the specified capacity task.

        Returns:
        Status of the specified capacity task.
        See Also:
        CapacityTaskStatus
      • withCapacityTaskStatus

        public StartCapacityTaskResult withCapacityTaskStatus(String capacityTaskStatus)

        Status of the specified capacity task.

        Parameters:
        capacityTaskStatus - Status of the specified capacity task.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        CapacityTaskStatus
      • withCapacityTaskStatus

        public StartCapacityTaskResult withCapacityTaskStatus(CapacityTaskStatus capacityTaskStatus)

        Status of the specified capacity task.

        Parameters:
        capacityTaskStatus - Status of the specified capacity task.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        CapacityTaskStatus
      • setFailed

        public void setFailed(CapacityTaskFailure failed)

        Reason that the specified capacity task failed.

        Parameters:
        failed - Reason that the specified capacity task failed.
      • getFailed

        public CapacityTaskFailure getFailed()

        Reason that the specified capacity task failed.

        Returns:
        Reason that the specified capacity task failed.
      • withFailed

        public StartCapacityTaskResult withFailed(CapacityTaskFailure failed)

        Reason that the specified capacity task failed.

        Parameters:
        failed - Reason that the specified capacity task failed.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setCreationDate

        public void setCreationDate(Date creationDate)

        Date that the specified capacity task was created.

        Parameters:
        creationDate - Date that the specified capacity task was created.
      • getCreationDate

        public Date getCreationDate()

        Date that the specified capacity task was created.

        Returns:
        Date that the specified capacity task was created.
      • withCreationDate

        public StartCapacityTaskResult withCreationDate(Date creationDate)

        Date that the specified capacity task was created.

        Parameters:
        creationDate - Date that the specified capacity task was created.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setCompletionDate

        public void setCompletionDate(Date completionDate)

        Date that the specified capacity task ran successfully.

        Parameters:
        completionDate - Date that the specified capacity task ran successfully.
      • getCompletionDate

        public Date getCompletionDate()

        Date that the specified capacity task ran successfully.

        Returns:
        Date that the specified capacity task ran successfully.
      • withCompletionDate

        public StartCapacityTaskResult withCompletionDate(Date completionDate)

        Date that the specified capacity task ran successfully.

        Parameters:
        completionDate - Date that the specified capacity task ran successfully.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setLastModifiedDate

        public void setLastModifiedDate(Date lastModifiedDate)

        Date that the specified capacity task was last modified.

        Parameters:
        lastModifiedDate - Date that the specified capacity task was last modified.
      • getLastModifiedDate

        public Date getLastModifiedDate()

        Date that the specified capacity task was last modified.

        Returns:
        Date that the specified capacity task was last modified.
      • withLastModifiedDate

        public StartCapacityTaskResult withLastModifiedDate(Date lastModifiedDate)

        Date that the specified capacity task was last modified.

        Parameters:
        lastModifiedDate - Date that the specified capacity task was last modified.
        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 によって変換されたページ (->オリジナル) /