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

WithLensType() public method

Sets the LensType property
public WithLensType ( String lensType ) : ItemAttributes
lensType String LensType property
return ItemAttributes
        public ItemAttributes WithLensType(String lensType)
        {
            this.lensTypeField = lensType;
            return this;
        }
ItemAttributes