Amazon.ECS.Model.ItemAttributes.WithPearlStringingMethod C# (CSharp) Method

WithPearlStringingMethod() public method

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