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

WithPearlSurfaceBlemishes() public method

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