Amazon.ECS.Model.ItemAttributes.WithPhotoFlashType C# (CSharp) Method

WithPhotoFlashType() public method

Sets the PhotoFlashType property
public WithPhotoFlashType ( ) : ItemAttributes
return ItemAttributes
        public ItemAttributes WithPhotoFlashType(params String[] list)
        {
            foreach (String item in list)
            {
                PhotoFlashType.Add(item);
            }
            return this;
        }
ItemAttributes