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

WithAssemblyInstructions() public method

Sets the AssemblyInstructions property
public WithAssemblyInstructions ( String assemblyInstructions ) : MerchantItemAttributes
assemblyInstructions String AssemblyInstructions property
return MerchantItemAttributes
        public MerchantItemAttributes WithAssemblyInstructions(String assemblyInstructions)
        {
            this.assemblyInstructionsField = assemblyInstructions;
            return this;
        }
MerchantItemAttributes