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