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

WithPearlStringingMethod() public méthode

Sets the PearlStringingMethod property
public WithPearlStringingMethod ( String pearlStringingMethod ) : ItemAttributes
pearlStringingMethod String PearlStringingMethod property
Résultat ItemAttributes
        public ItemAttributes WithPearlStringingMethod(String pearlStringingMethod)
        {
            this.pearlStringingMethodField = pearlStringingMethod;
            return this;
        }
ItemAttributes