Amazon.ECS.Model.MerchantItemAttributes.WithCalendarType C# (CSharp) Méthode

WithCalendarType() public méthode

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