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

GetInstance() 공개 정적인 메소드

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