Amazon.ECS.Model.ItemAttributes.WithPOBoxShippingExcluded C# (CSharp) Method

WithPOBoxShippingExcluded() public method

Sets the POBoxShippingExcluded property
public WithPOBoxShippingExcluded ( String POBoxShippingExcluded ) : ItemAttributes
POBoxShippingExcluded String POBoxShippingExcluded property
return ItemAttributes
        public ItemAttributes WithPOBoxShippingExcluded(String POBoxShippingExcluded)
        {
            this.POBoxShippingExcludedField = POBoxShippingExcluded;
            return this;
        }
ItemAttributes