Amazon.ECS.Model.EditorialReview.WithSource C# (CSharp) Метод

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

Sets the Source property
public WithSource ( String source ) : EditorialReview
source String Source property
Результат EditorialReview
        public EditorialReview WithSource(String source)
        {
            this.sourceField = source;
            return this;
        }