Amazon.ElastiCache.Model.Internal.MarshallTransformations.ResetCacheParameterGroupResponseUnmarshaller.GetInstance C# (CSharp) Method

GetInstance() public static method

public static GetInstance ( ) : ResetCacheParameterGroupResponseUnmarshaller
return ResetCacheParameterGroupResponseUnmarshaller
        public static ResetCacheParameterGroupResponseUnmarshaller GetInstance()
        {
            if (instance == null) 
            {
               instance = new ResetCacheParameterGroupResponseUnmarshaller();
            }
            return instance;
        }