Amazon.ECS.Model.OfferAttributes.WithConditionNote C# (CSharp) Méthode

WithConditionNote() public méthode

Sets the ConditionNote property
public WithConditionNote ( String conditionNote ) : OfferAttributes
conditionNote String ConditionNote property
Résultat OfferAttributes
        public OfferAttributes WithConditionNote(String conditionNote)
        {
            this.conditionNoteField = conditionNote;
            return this;
        }