Amazon.ECS.Model.ItemSearchRequest.WithItemPage C# (CSharp) 메소드

WithItemPage() 공개 메소드

Sets the ItemPage property
public WithItemPage ( Decimal itemPage ) : ItemSearchRequest
itemPage Decimal ItemPage property
리턴 ItemSearchRequest
        public ItemSearchRequest WithItemPage(Decimal itemPage)
        {
            this.itemPageField = itemPage;
            return this;
        }