Amazon.ECS.Model.MerchantItemAttributes.WithDepartment C# (CSharp) 메소드

WithDepartment() 공개 메소드

Sets the Department property
public WithDepartment ( String department ) : MerchantItemAttributes
department String Department property
리턴 MerchantItemAttributes
        public MerchantItemAttributes WithDepartment(String department)
        {
            this.departmentField = department;
            return this;
        }
MerchantItemAttributes