Amazon.ECS.Model.Image.WithURL C# (CSharp) Method

WithURL() public method

Sets the URL property
public WithURL ( String URL ) : Image
URL String URL property
return Image
        public Image WithURL(String URL)
        {
            this.URLField = URL;
            return this;
        }