Amazon.ECS.Model.ItemAttributes.WithMagazineType C# (CSharp) 메소드

WithMagazineType() 공개 메소드

Sets the MagazineType property
public WithMagazineType ( String magazineType ) : ItemAttributes
magazineType String MagazineType property
리턴 ItemAttributes
        public ItemAttributes WithMagazineType(String magazineType)
        {
            this.magazineTypeField = magazineType;
            return this;
        }
ItemAttributes