The status of the cache parameter group.

 /// <summary>
 /// Sets the CacheParameterGroup property
 /// </summary>
 /// <param name="cacheParameterGroup">The value to set for the CacheParameterGroup property </param>
 /// <returns>this instance</returns>
 public CacheCluster WithCacheParameterGroup(CacheParameterGroupStatus cacheParameterGroup)
 {
     this.cacheParameterGroup = cacheParameterGroup;
     return this;
 }
 /// <summary>
 /// Sets the CacheParameterGroup property
 /// </summary>
 /// <param name="cacheParameterGroup">The value to set for the CacheParameterGroup property </param>
 /// <returns>this instance</returns>
 public CacheCluster WithCacheParameterGroup(CacheParameterGroupStatus cacheParameterGroup)
 {
     this.cacheParameterGroup = cacheParameterGroup;
     return(this);
 }