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