Amazon.ECS.Model.ItemAttributes.WithPhotoFlashType C# (CSharp) Метод

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

Sets the PhotoFlashType property
public WithPhotoFlashType ( ) : ItemAttributes
Результат ItemAttributes
        public ItemAttributes WithPhotoFlashType(params String[] list)
        {
            foreach (String item in list)
            {
                PhotoFlashType.Add(item);
            }
            return this;
        }
ItemAttributes