Amazon.ECS.Model.ItemAttributes.WithPOBoxShippingExcluded C# (CSharp) Метод

WithPOBoxShippingExcluded() публичный Метод

Sets the POBoxShippingExcluded property
public WithPOBoxShippingExcluded ( String POBoxShippingExcluded ) : ItemAttributes
POBoxShippingExcluded String POBoxShippingExcluded property
Результат ItemAttributes
        public ItemAttributes WithPOBoxShippingExcluded(String POBoxShippingExcluded)
        {
            this.POBoxShippingExcludedField = POBoxShippingExcluded;
            return this;
        }
ItemAttributes