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

WithPearlLustre() public méthode

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