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

WithPearlType() 공개 메소드

Sets the PearlType property
public WithPearlType ( String pearlType ) : MerchantItemAttributes
pearlType String PearlType property
리턴 MerchantItemAttributes
        public MerchantItemAttributes WithPearlType(String pearlType)
        {
            this.pearlTypeField = pearlType;
            return this;
        }
MerchantItemAttributes