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;
        }