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

WithCalendarType() 공개 메소드

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