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

WithWaterResistanceDepth() public method

Sets the WaterResistanceDepth property
public WithWaterResistanceDepth ( DecimalWithUnits waterResistanceDepth ) : MerchantItemAttributes
waterResistanceDepth DecimalWithUnits WaterResistanceDepth property
return MerchantItemAttributes
        public MerchantItemAttributes WithWaterResistanceDepth(DecimalWithUnits waterResistanceDepth)
        {
            this.waterResistanceDepthField = waterResistanceDepth;
            return this;
        }
MerchantItemAttributes