Amazon.ECS.Model.ImageSet.WithSmallImage C# (CSharp) Method

WithSmallImage() public method

Sets the SmallImage property
public WithSmallImage ( Image smallImage ) : ImageSet
smallImage Image SmallImage property
return ImageSet
        public ImageSet WithSmallImage(Image smallImage)
        {
            this.smallImageField = smallImage;
            return this;
        }