Amazon.ECS.Model.Image.WithURL C# (CSharp) Метод

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

Sets the URL property
public WithURL ( String URL ) : Image
URL String URL property
Результат Image
        public Image WithURL(String URL)
        {
            this.URLField = URL;
            return this;
        }