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

WithIncludedSoftware() public method

Sets the IncludedSoftware property
public WithIncludedSoftware ( String includedSoftware ) : ItemAttributes
includedSoftware String IncludedSoftware property
return ItemAttributes
        public ItemAttributes WithIncludedSoftware(String includedSoftware)
        {
            this.includedSoftwareField = includedSoftware;
            return this;
        }
ItemAttributes