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

WithMalletHardness() public method

Sets the MalletHardness property
public WithMalletHardness ( String malletHardness ) : MerchantItemAttributes
malletHardness String MalletHardness property
return MerchantItemAttributes
        public MerchantItemAttributes WithMalletHardness(String malletHardness)
        {
            this.malletHardnessField = malletHardness;
            return this;
        }
MerchantItemAttributes