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

WithPearlStringingMethod() 공개 메소드

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