Amazon.ECS.Model.MerchantItemAttributes.WithPearlShape C# (CSharp) 메소드

WithPearlShape() 공개 메소드

Sets the PearlShape property
public WithPearlShape ( String pearlShape ) : MerchantItemAttributes
pearlShape String PearlShape property
리턴 MerchantItemAttributes
        public MerchantItemAttributes WithPearlShape(String pearlShape)
        {
            this.pearlShapeField = pearlShape;
            return this;
        }
MerchantItemAttributes