Amazon.ElastiCache.Model.Internal.MarshallTransformations.ResetCacheParameterGroupResponseUnmarshaller.GetInstance C# (CSharp) 메소드

GetInstance() 공개 정적인 메소드

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