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