Amazon.ECS.Model.ItemAttributes.WithAssemblyRequired C# (CSharp) Method

WithAssemblyRequired() public method

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