Amazon.ECS.Model.MerchantItemAttributes.WithPearlSurfaceBlemishes C# (CSharp) Method

WithPearlSurfaceBlemishes() public method

Sets the PearlSurfaceBlemishes property
public WithPearlSurfaceBlemishes ( String pearlSurfaceBlemishes ) : MerchantItemAttributes
pearlSurfaceBlemishes String PearlSurfaceBlemishes property
return MerchantItemAttributes
        public MerchantItemAttributes WithPearlSurfaceBlemishes(String pearlSurfaceBlemishes)
        {
            this.pearlSurfaceBlemishesField = pearlSurfaceBlemishes;
            return this;
        }
MerchantItemAttributes