Amazon.ECS.Model.MerchantItemAttributes.WithMalletHardness C# (CSharp) 메소드

WithMalletHardness() 공개 메소드

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