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

WithAssemblyRequired() public méthode

Sets the AssemblyRequired property
public WithAssemblyRequired ( String assemblyRequired ) : MerchantItemAttributes
assemblyRequired String AssemblyRequired property
Résultat MerchantItemAttributes
        public MerchantItemAttributes WithAssemblyRequired(String assemblyRequired)
        {
            this.assemblyRequiredField = assemblyRequired;
            return this;
        }
MerchantItemAttributes