Amazon.ECS.Model.MerchantItemAttributes.WithPearlSurfaceBlemishes C# (CSharp) Méthode

WithPearlSurfaceBlemishes() public méthode

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