Amazon.ECS.Model.ListSearchRequest.WithListPage C# (CSharp) Method

WithListPage() public method

Sets the ListPage property
public WithListPage ( Decimal listPage ) : ListSearchRequest
listPage Decimal ListPage property
return ListSearchRequest
        public ListSearchRequest WithListPage(Decimal listPage)
        {
            this.listPageField = listPage;
            return this;
        }