Amazon.ECS.Model.OfferAttributes.WithConditionNote C# (CSharp) Метод

WithConditionNote() публичный Метод

Sets the ConditionNote property
public WithConditionNote ( String conditionNote ) : OfferAttributes
conditionNote String ConditionNote property
Результат OfferAttributes
        public OfferAttributes WithConditionNote(String conditionNote)
        {
            this.conditionNoteField = conditionNote;
            return this;
        }