Amazon.ECS.Model.MerchantItemAttributes.WithWaterResistanceDepth C# (CSharp) Méthode

WithWaterResistanceDepth() public méthode

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