Amazon.ECS.Model.MerchantItemAttributes.WithIsFragile C# (CSharp) Method

WithIsFragile() public method

Sets the IsFragile property
public WithIsFragile ( Boolean isFragile ) : MerchantItemAttributes
isFragile Boolean IsFragile property
return MerchantItemAttributes
        public MerchantItemAttributes WithIsFragile(Boolean isFragile)
        {
            this.isFragileField = isFragile;
            return this;
        }
MerchantItemAttributes