Amazon.ECS.Model.MerchantItemAttributes.WithCalendarType C# (CSharp) Method

WithCalendarType() public method

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