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