Amazon.ECS.Model.ImageSet.WithSwatchImage C# (CSharp) 메소드

WithSwatchImage() 공개 메소드

Sets the SwatchImage property
public WithSwatchImage ( Image swatchImage ) : ImageSet
swatchImage Image SwatchImage property
리턴 ImageSet
        public ImageSet WithSwatchImage(Image swatchImage)
        {
            this.swatchImageField = swatchImage;
            return this;
        }