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

WithAssemblyRequired() 공개 메소드

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