Amazon.ECS.Model.ItemAttributes.WithLensType C# (CSharp) Méthode

WithLensType() public méthode

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