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