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