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

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

Sets the LensType property
public WithLensType ( String lensType ) : ItemAttributes
lensType String LensType property
Результат ItemAttributes
        public ItemAttributes WithLensType(String lensType)
        {
            this.lensTypeField = lensType;
            return this;
        }
ItemAttributes