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

GetInstance() public static method

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