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

WithPearlSurfaceBlemishes() public méthode

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