Amazon.ECS.Model.ItemAttributes.WithIncludedSoftware C# (CSharp) Метод

WithIncludedSoftware() публичный Метод

Sets the IncludedSoftware property
public WithIncludedSoftware ( String includedSoftware ) : ItemAttributes
includedSoftware String IncludedSoftware property
Результат ItemAttributes
        public ItemAttributes WithIncludedSoftware(String includedSoftware)
        {
            this.includedSoftwareField = includedSoftware;
            return this;
        }
ItemAttributes