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