Amazon.ECS.Model.ListItem.WithQuantityReceived C# (CSharp) 메소드

WithQuantityReceived() 공개 메소드

Sets the QuantityReceived property
public WithQuantityReceived ( String quantityReceived ) : ListItem
quantityReceived String QuantityReceived property
리턴 ListItem
        public ListItem WithQuantityReceived(String quantityReceived)
        {
            this.quantityReceivedField = quantityReceived;
            return this;
        }