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

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

Sets the PearlType property
public WithPearlType ( String pearlType ) : ItemAttributes
pearlType String PearlType property
Результат ItemAttributes
        public ItemAttributes WithPearlType(String pearlType)
        {
            this.pearlTypeField = pearlType;
            return this;
        }
ItemAttributes