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

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

Sets the Department property
public WithDepartment ( String department ) : ItemAttributes
department String Department property
Результат ItemAttributes
        public ItemAttributes WithDepartment(String department)
        {
            this.departmentField = department;
            return this;
        }
ItemAttributes