Class DescribeContainerInstancesResponse


  • public class DescribeContainerInstancesResponse
    extends AbstractModel
    • Constructor Detail

      • DescribeContainerInstancesResponse

        public DescribeContainerInstancesResponse()
      • DescribeContainerInstancesResponse

        public DescribeContainerInstancesResponse​(DescribeContainerInstancesResponse 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

      • getContainerInstanceList

        public ContainerInstance[] getContainerInstanceList()
        Get 容器实例列表
        Returns:
        ContainerInstanceList 容器实例列表
      • setContainerInstanceList

        public void setContainerInstanceList​(ContainerInstance[] ContainerInstanceList)
        Set 容器实例列表
        Parameters:
        ContainerInstanceList - 容器实例列表
      • getTotalCount

        public Long getTotalCount()
        Get 容器实例总数
        Returns:
        TotalCount 容器实例总数
      • setTotalCount

        public void setTotalCount​(Long TotalCount)
        Set 容器实例总数
        Parameters:
        TotalCount - 容器实例总数
      • getRequestId

        public String getRequestId()
        Get 唯一请求ID,每次请求都会返回。定位问题时需要提供该次请求的RequestId。
        Returns:
        RequestId 唯一请求ID,每次请求都会返回。定位问题时需要提供该次请求的RequestId。
      • setRequestId

        public void setRequestId​(String RequestId)
        Set 唯一请求ID,每次请求都会返回。定位问题时需要提供该次请求的RequestId。
        Parameters:
        RequestId - 唯一请求ID,每次请求都会返回。定位问题时需要提供该次请求的RequestId。