Amazon.ECS.Model.ItemAttributes.WithPOBoxShippingExcluded C# (CSharp) Méthode

WithPOBoxShippingExcluded() public méthode

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