Amazon.ECS.Model.ItemAttributes.WithCalendarType C# (CSharp) 메소드

WithCalendarType() 공개 메소드

Sets the CalendarType property
public WithCalendarType ( String calendarType ) : ItemAttributes
calendarType String CalendarType property
리턴 ItemAttributes
        public ItemAttributes WithCalendarType(String calendarType)
        {
            this.calendarTypeField = calendarType;
            return this;
        }
ItemAttributes