Amazon.ECS.Model.ItemAttributes.WithPearlLustre C# (CSharp) 메소드

WithPearlLustre() 공개 메소드

Sets the PearlLustre property
public WithPearlLustre ( String pearlLustre ) : ItemAttributes
pearlLustre String PearlLustre property
리턴 ItemAttributes
        public ItemAttributes WithPearlLustre(String pearlLustre)
        {
            this.pearlLustreField = pearlLustre;
            return this;
        }
ItemAttributes